Expand description
Cryptographic functions of the tor protocol.
There are three sub-modules here:
cellimplements relay crypto as used on circuits.handshakeimplements the ntor handshake.llprovides building blocks for other parts of the protocol.
Modulesยง
- bench_
utils ๐bench - Collection of benchmarking utilities for the
cryptomodule. - binding ๐
- Types related to binding messages to specific circuits
- cell ๐
- Relay cell cryptography
- handshake ๐
- Circuit extension handshake for Tor.
- ll ๐
- Lower-level cryptographic functionality used in tor-proto and not elsewhere.