Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 256 Bytes

crates.io

aes-ndlr

A Rust AES implementation.

Supports ECB, CBC and CTR block cipher modes and PKCS7 padding.

TODO

  • see about using property testing