Pure Rust implementation of the Advanced Encryption Standard
Description
Pure Rust implementation of the Advanced Encryption Standard (a.k.a.
Rijndael) including support for AES in counter mode (a.k.a. AES-CTR).
This package contains library source intended for building other packages which
use the "default" feature of the "aes" crate.