Struct quinn_noise::ChaCha8PacketKey [−][src]
pub struct ChaCha8PacketKey(_);
Implementations
Trait Implementations
Encrypt the packet payload with the given packet number
Decrypt the packet payload with the given packet number
Maximum number of packets that may be sent using a single key
Maximum number of incoming packets that may fail decryption before the connection must be abandoned Read more
Auto Trait Implementations
impl RefUnwindSafe for ChaCha8PacketKeyimpl Send for ChaCha8PacketKeyimpl Sync for ChaCha8PacketKeyimpl Unpin for ChaCha8PacketKeyimpl UnwindSafe for ChaCha8PacketKeyBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V