tea-soft

Crates.iotea-soft
lib.rstea-soft
version0.3.0
sourcesrc
created_at2020-08-06 04:54:25.001775
updated_at2021-01-17 19:25:43.60067
descriptionTEA block cipher
homepage
repositoryhttps://github.com/johnmave126/tea-soft
max_upload_size
id273570
size15,201
John (johnmave126)

documentation

https://docs.rs/tea-soft

README

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.

Commit count: 17

cargo fmt