Crypto-4.2.4: Collects together existing Haskell cryptographic functions into a package

Portabilityportable
Stabilityexperimental
Maintainerjohn@repetae.net (http://repetae.net/)

Codec.Encryption.TEA

Description

Implementation of the TEA tiny encryption algorithm

Documentation

data TEAKey Source

Constructors

TEAKey !Word32 !Word32 !Word32 !Word32