3 releases (breaking)

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

#2293 in Cryptography

Download history 128/week @ 2024-04-07 124/week @ 2024-04-14 121/week @ 2024-04-21 36/week @ 2024-04-28 105/week @ 2024-05-05 162/week @ 2024-05-12 107/week @ 2024-05-19 122/week @ 2024-05-26 136/week @ 2024-06-02 55/week @ 2024-06-09 56/week @ 2024-06-16 106/week @ 2024-06-23 73/week @ 2024-06-30 70/week @ 2024-07-07 116/week @ 2024-07-14 54/week @ 2024-07-21

314 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