diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:42:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | 8a6ca277a67bb98f181c46b76d2f6b1d03b212b2 (patch) | |
tree | 020aac9484b45a3125547410526f29b5eb054e7b /haskell/haskell-crypto-pubkey/README | |
parent | 349587b0269896ebbc4934ae6f8e89c897900f13 (diff) | |
download | slackbuilds-8a6ca277a67bb98f181c46b76d2f6b1d03b212b2.tar.gz |
haskell/haskell-crypto-pubkey: Added (public key cryptography).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-crypto-pubkey/README')
-rw-r--r-- | haskell/haskell-crypto-pubkey/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-crypto-pubkey/README b/haskell/haskell-crypto-pubkey/README new file mode 100644 index 0000000000..5ea8f9600f --- /dev/null +++ b/haskell/haskell-crypto-pubkey/README @@ -0,0 +1,7 @@ +Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature. + +Also have primitive support for Diffie Hellman, and ElGamal +encryption. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |