Available on crate feature
bench
only.Expand description
Benchmark utilities for the tor1
module.
Structs§
- Client
Inbound - An outbound client layer, decryption relay cells from a relay.
- Client
Outbound - An outbound client layer, encrypting relay cells for a relay.
- Crypt
State Pair - A pair of CryptStates shared between a client and a relay, one for the outbound (away from the client) direction, and one for the inbound (towards the client) direction.
- Relay
Inbound - An inbound relay layer, encrypting relay cells for a client.
- Relay
Outbound - An outbound relay layer, decrypting relay cells from a client.
Constants§
- TOR1_
THROUGHPUT - The throughput for a relay cell in bytes with the Tor1 scheme.