diff options
Diffstat (limited to 'haskell/haskell-Crypto/README')
-rw-r--r-- | haskell/haskell-Crypto/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-Crypto/README b/haskell/haskell-Crypto/README new file mode 100644 index 0000000000..a600bd277c --- /dev/null +++ b/haskell/haskell-Crypto/README @@ -0,0 +1,10 @@ +Collects together existing Haskell cryptographic functions into a +package. + +DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, +Support for Word128, Word192 and Word256 and Beyond, PKCS5 Padding, +Various Encryption Modes e.g. Cipher Block Chaining all in one +package, with HUnit and QuickCheck tests, and examples. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |