Pure Rust implementation of the Advanced Encryption Standard (AES), also known as Rijndael.
# Cargo.toml
[dependencies]
aes = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypting data with AES-256 in CBC mode.
Use `aes-gcm` crate instead for authenticated encryption.
No dependency data recorded yet.