1234567891011121314151617181920 |
- # HOW TO EDIT THIS FILE:
- # The "handy ruler" below makes it easier to edit a package description.
- # Line up the first '|' above the ':' following the base package name, and
- # the '|' on the right side marks the last column you can put a character in.
- # You must make exactly 11 lines for the formatting to be correct. It's also
- # customary to leave one space after the ':' except on otherwise blank lines.
- |-----handy-ruler------------------------------------------------------|
- haskell-Crypto: haskell-Crypto (Collects cryptographic functions into a package)
- haskell-Crypto:
- haskell-Crypto: Collects together existing Haskell cryptographic functions into a
- haskell-Crypto: package
- haskell-Crypto:
- haskell-Crypto: DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump,
- haskell-Crypto: Support for Word128, Word192 and Word256 and Beyond, PKCS5 Padding,
- haskell-Crypto: Various Encryption Modes e.g. Cipher Block Chaining all in one
- haskell-Crypto: package, with HUnit and QuickCheck tests, and examples.
- haskell-Crypto:
- haskell-Crypto: https://hackage.haskell.org/package/Crypto
|