mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
21cac31654
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
440 B
Text
10 lines
440 B
Text
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
|