Crate quinn_noise

Source

Structs§

ChaCha8PacketKey
KeyLogFile
KeyLog implementation that opens a file whose name is given by the SSLKEYLOGFILE environment variable, and writes keys into it.
Keypair
An ed25519 keypair.
NoiseClientConfig
NoiseConfig
Noise configuration struct.
NoiseServerConfig
NoiseSession
PublicKey
An ed25519 public key.
SecretKey
An EdDSA secret key.

Constants§

DEFAULT_QUIC_VERSION
SUPPORTED_QUIC_VERSIONS

Traits§

KeyLog
This trait represents the ability to do something useful with key material, such as logging it to a file for debugging.