Twofish: An implementation of the Twofish Symmetric-key cipher.
Implements the Twofish symmetric block cipher, designed by: Bruce Schneier, John Kelsey, Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson.
As well, this module includes some generic definitions for ciphers and cipher-block-chaining mode in the Data.Cipher module. In the future, these should probably either be moved to their own package, or all of this should be merged into the Crypto package.
Acknowledgments:
Dominic Steinitz, Caylee Hogg and Thomas DuBuisson for their work on the Crypto package, upon which this package depends.
Stephen Tetley for his advice and code examples provided on the Haskell-Beginners mailing list in response to a question I had, which helped me to create a transformer version of the Cbc monad. (now deprecated in favor of the CBC definitions in crypto-api)
Downloads
- Twofish-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2 |
---|---|
Dependencies | array (>=0.4.0.0), base (>=4 && <5), binary (>=0.5.1.0), bytestring (>=0.9.2.1), cereal (>=0.3.5.2), crypto-api (>=0.10.2), largeword (>=1.0.3), mtl (>=1.1.0.2), tagged (>=0.4.4) [details] |
License | BSD-3-Clause |
Author | Ron Leisti |
Maintainer | ron.leisti@gmail.com |
Category | Cryptography, Codec |
Home page | http://github.com/rleisti/twofish |
Bug tracker | mailto:ron.leisti@gmail.com |
Uploaded | by RonLeisti at 2012-12-12T00:44:44Z |
Distributions | NixOS:0.3.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4693 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-23 [all 9 reports] |