Trait embedded_tls::TlsCipherSuite
source · pub trait TlsCipherSuite {
type Cipher: KeyInit<KeySize = Self::KeyLen> + AeadInPlace<NonceSize = Self::IvLen>;
type KeyLen: ArrayLength<u8>;
type IvLen: ArrayLength<u8>;
type Hash: Digest + Reset + Clone + OutputSizeUser + BlockSizeUser + FixedOutput;
type LabelBufferSize: ArrayLength<u8>;
const CODE_POINT: u16;
}
Expand description
Represents a TLS 1.3 cipher suite