Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageContentsIndex
Codec.Encryption.TEA
Portabilityportable
Stabilityexperimental
Maintainerjohn@repetae.net (http://repetae.net/)
Description
Implementation of the TEA tiny encryption algorithm
Documentation
data TEAKey
Constructors
TEAKey !Word32 !Word32 !Word32 !Word32
encrypt :: TEAKey -> Word64 -> Word64
decrypt :: TEAKey -> Word64 -> Word64
Produced by Haddock version 2.7.2