diff options
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 000000000000..5ea8f9600f8f --- /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 |