Expand description
Wrap tor_cell::chancell::codec::ChannelCodec for use with the futures_codec crate.
Structsยง
- Clog
Digest ๐ - The rolling digest for the bytes sent on a channel. (Received by the responder).
- Handshake
Channel ๐Handler - The handshake channel handler which is used to decode and encode cells onto a channel that is handshaking with an endpoint.
- NewChannel
Handler ๐ - A new channel handler used when a channel is created but before the handshake meaning there is no link protocol version yet associated with it.
- Open
Channel ๐Handler - The open channel handler which is used to decode and encode cells onto an open Channel.
- Slog
Digest ๐ - The rolling digest for the bytes received on a channel. (Sent by the responder).
Enumsยง
- Channel
Cell ๐Handler - Channel cell handler which is always in three state.
Type Aliasesยง
- Auth
LogDigest ๐ - An authentication rolling digest value.