Crypto-4.1.0: 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.Source codeContentsIndex
Codec.Encryption.TEA
Portabilityportable
Stabilityexperimental
Maintainerjohn@repetae.net (http://repetae.net/)
Description
Implementation of the TEA tiny encryption algorithm
Documentation
data TEAKey Source
Constructors
TEAKey !!Word32 !!Word32 !!Word32 !!Word32
encrypt :: TEAKey -> Word64 -> Word64Source
decrypt :: TEAKey -> Word64 -> Word64Source
Produced by Haddock version 2.1.0