Crate servant_codec

Source

Structs§

AeadCodecBuilder
LengthCodec
RecordCodec

Statics§

AES_128_GCM
AES-128 in GCM mode with 128-bit tags and 96 bit nonces.
AES_256_GCM
AES-256 in GCM mode with 128-bit tags and 96 bit nonces.
CHACHA20_POLY1305
ChaCha20-Poly1305 as described in RFC 7539.
HKDF_SHA256
HKDF using HMAC-SHA-256.
HKDF_SHA384
HKDF using HMAC-SHA-384.
HKDF_SHA512
HKDF using HMAC-SHA-512.