Crate xtea_cipher
source ·Modules
Structs
- An Xtea data structure equipped to perform the eXtended TEA block cipher. Each XTEA instance takes a 128-bit key represented in the form of [XteaKey], applying a pseudorandom permutation on passed-in data in 64-bit chunks, commonly referred to as “blocks”.