Twofish

An implementation of the Twofish Symmetric-key cipher.

http://github.com/rleisti/twofish

Latest on Hackage:0.3.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ron Leisti
Maintained by [email protected]

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)