Crate xtea

Source
Expand description

Pure Rust implementation of the Extended Tiny Encryption Algorithm.

§⚠️ Security Warning: Hazmat!

This crate implements only the low-level block cipher function, and is intended for use for implementing higher-level constructions only. It is NOT intended for direct use in applications.

USE AT YOUR OWN RISK!

Re-exports§

pub use cipher;

Structs§

Xtea
XTEA block cipher.