Crypto-4.2.5.2: Common Cryptographic Algorithms in Pure Haskell
Copyright(c) John Meacham 2008
LicenseBSD-style (see the file ReadMe.tex)
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Encryption.TEA

Description

Implementation of the TEA tiny encryption algorithm

Documentation

data TEAKey Source #

Constructors

TEAKey !Word32 !Word32 !Word32 !Word32