Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageSource 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.6.1