| Crates.io | EasyCrypto |
| lib.rs | EasyCrypto |
| version | 0.8.1 |
| created_at | 2022-05-07 13:38:19.847514+00 |
| updated_at | 2022-05-26 08:02:16.166765+00 |
| description | A simple crypto crate aim at usability |
| homepage | |
| repository | https://gitlab.com/sweetyoru/easy-crypto/ |
| max_upload_size | |
| id | 582117 |
| size | 98,015 |
This is a crate for quickly write some code using crypto.
I find current state of rust-crypto is not easy to use, at least for me.
Block cipher:
Block mode:
Hash function:
md5: done
sha1: done
sha2-224: done
sha2-256: done
sha2-384: done
sha2-512: done
sha3-224
sha3-256
sha3-384
sha3-512
Pull request and bug report are welcome.