/var/lib/ghc/package.conf.d/RSA-2.2.0.conf is in libghc-rsa-dev 2.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | name: RSA
version: 2.2.0
id: RSA-2.2.0-7b07139f74a2cef09a2369ad9baa1a90
key: RSA_C8e22pSTKb92hZvxGPRO4A
license: BSD3
maintainer: Adam Wick <awick@galois.com>
stability: stable
synopsis: Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
description:
This library implements the RSA encryption and signature
algorithms for arbitrarily-sized ByteStrings. While the
implementations work, they are not necessarily the fastest ones
on the planet. Particularly key generation. The algorithms
included are based of RFC 3447, or the Public-Key Cryptography
Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
category: Cryptography, Codec
author: Adam Wick <awick@galois.com>
exposed: True
exposed-modules:
Codec.Crypto.RSA Codec.Crypto.RSA.Exceptions Codec.Crypto.RSA.Pure
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/RSA-2.2.0-C8e22pSTKb92hZvxGPRO4A
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/RSA-2.2.0-C8e22pSTKb92hZvxGPRO4A
data-dir: /usr/share/rsa
hs-libraries: HSRSA-2.2.0-C8e22pSTKb92hZvxGPRO4A
depends:
SHA-1.6.4.2-77809b6ff18053a556c8f0a1e4b17672
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
binary-0.7.5.0-bf6a937522bb8cec5d00218470f28789
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
crypto-api-0.13.2-992bdf931a769923de7b730e79dfa575
crypto-pubkey-types-0.4.3-e5849d1b99dca129a318a23cb5d21cae
pureMD5-2.1.2.1-ce2d9722727de9d036ac41a9702f767a
haddock-interfaces: /usr/lib/ghc-doc/haddock/rsa-2.2.0/RSA.haddock
haddock-html: /usr/share/doc/libghc-rsa-doc/html/
|