Crates.io | tea-soft |
lib.rs | tea-soft |
version | 0.3.0 |
source | src |
created_at | 2020-08-06 04:54:25.001775 |
updated_at | 2021-01-17 19:25:43.60067 |
description | TEA block cipher |
homepage | |
repository | https://github.com/johnmave126/tea-soft |
max_upload_size | |
id | 273570 |
size | 15,201 |
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.