diff options
author | Jose Lopes <jabolopes@google.com> | 2014-01-17 08:55:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:04 -0600 |
commit | 21cac31654c58da1f05cfde17d45a22f44fc4f6f (patch) | |
tree | 8dffe4cfb6a3341c38b8258d0d8cd0a8c7f6f96c /haskell/haskell-Crypto/slack-desc | |
parent | 2d8d8cf4bb8065693563b33ea8eb1aa18f285392 (diff) | |
download | slackbuilds-21cac31654c58da1f05cfde17d45a22f44fc4f6f.tar.gz |
haskell/haskell-Crypto: Added (Collects cryptographic functions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-Crypto/slack-desc')
-rw-r--r-- | haskell/haskell-Crypto/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-Crypto/slack-desc b/haskell/haskell-Crypto/slack-desc new file mode 100644 index 0000000000..a734c0a131 --- /dev/null +++ b/haskell/haskell-Crypto/slack-desc @@ -0,0 +1,19 @@ +# 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: http://hackage.haskell.org/package/Crypto |