Crate quinn_noise[][src]

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.

NoiseConfig

Noise configuration struct.

NoiseSession
PublicKey

An ed25519 public 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.