Rust implementation of TEA cipher
Compatible with RustCrypto: Block Cipher Traits.
TEA is not a particularly secure cipher, let alone the implementation makes no effort on avoiding side-channel attack.
USE AT YOUR OWN RISK.
See RustCrypto Block Cipher Usage
Licensed under either of:
at your option.