3 releases (breaking)

0.3.0 Jan 17, 2021
0.2.0 Aug 7, 2020
0.1.0 Aug 6, 2020

#2177 in Cryptography

Download history 2/week @ 2024-02-20 12/week @ 2024-02-27 1/week @ 2024-03-05 206/week @ 2024-03-12 119/week @ 2024-03-19 96/week @ 2024-03-26 158/week @ 2024-04-02 129/week @ 2024-04-09 119/week @ 2024-04-16

525 downloads per month
Used in yafo

MIT/Apache

14KB
273 lines

tea-soft

crate Docs Apache2/MIT licensed Build Status

Rust implementation of TEA cipher

Compatible with RustCrypto: Block Cipher Traits.

Warnings

TEA is not a particularly secure cipher, let alone the implementation makes no effort on avoiding side-channel attack.

USE AT YOUR OWN RISK.

Usage

See RustCrypto Block Cipher Usage

License

Licensed under either of:

at your option.

Dependencies

~435KB