Implementation of Tiny Encryption Algorithm (TEA) digester.
TEA is a symmetric block cipher with a block size of 64 bits and a key size of 128 bits.
It operates on 64-bit blocks using a Feistel network structure. TEA is designed to be fast
and simple, yet difficult to cryptanalyze.
Implementation of Tiny Encryption Algorithm (TEA) digester.
TEA is a symmetric block cipher with a block size of 64 bits and a key size of 128 bits. It operates on 64-bit blocks using a Feistel network structure. TEA is designed to be fast and simple, yet difficult to cryptanalyze.