aes
A Rust AES implementation.
Supports ECB, CBC and CTR block cipher modes and PKCS7 padding.
TODO
~~make usable as library~~
publish on crates.io
~~Remove generate.rs module as it's only used in tests~~
Remove rand dependency
complete tests