Module tor_proto::circuit::handshake

source ·
Available on crate feature hs-common only.
Expand description

Features for manual invocation of Tor’s cryptographic circuit handshakes.

These features are used to implement onion services, by giving the onion service code more direct control over the lower-level pieces of the protocol.

Modules§

  • Implements the HS ntor key exchange, as used in v3 onion services.

Enums§

Traits§

  • A KeyGenerator is returned by a handshake, and used to generate session keys for the protocol.