Module aes

Source
Expand description

Compatibility layer between OpenSSL and cipher::StreamCipher.

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

Structs§

Aes128Ctr
AES 128 in counter mode as used by Tor.
Aes128Key
AES 128 key
Aes256Ctr
AES 256 in counter mode as used by Tor.
Aes256Key
AES 256 key