Module aes

Module aes 

Source
Expand description

Re-exports implementations of counter-mode AES.

These ciphers implement the cipher::StreamCipher trait, so use the cipher crate to access them.

Type Aliasesยง

Aes128Ctr
AES128 in counter mode as used by Tor.
Aes256Ctr
AES256 in counter mode as used by Tor.