Skip to main content

Module cipher

Module cipher 

Source
Expand description

Ciphers used to implement the Tor protocols.

Fortunately, Tor has managed not to proliferate ciphers. It only uses AES, and (so far) only uses AES in counter mode.

Modulesยง

aes
Compatibility layer between OpenSSL and cipher::StreamCipher.