• Aaron Grothe's avatar
    [CRYPTO]: Add TEA and XTEA algorithms. · e8b5631a
    Aaron Grothe authored
    The following is a patch against 2.6.7 (should apply cleanly to 2.6.5 or 
    above).  It implements the Tiny Encryption Algorithm (TEA) and the 
    Xtended TEA (XTEA) algorithms.  TEA goes back to 1994 and is a good 
    algorithm espically for memory constrained systems.  It is similar in
    concept to the IDEA crypto.  It does NOT have any patent restrictions
    and has been put in the public domain by Wheeler and Needham.  Tea is used
    in quite a few products such as filesafe and even Microsoft's Xbox.
    Signed-off-by: default avatarAaron Grothe <ajgrothe@yahoo.com>
    Signed-off-by: default avatarJames Morris <jmorris@redhat.com>
    Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
    e8b5631a
tcrypt.h 65.8 KB