[][src]Trait hpke::Kem

pub trait Kem {
    type Kex: KeyExchange;
    type Kdf: KdfTrait;

    const KEM_ID: u16;
}

Defines a combination of key exchange mechanism and a KDF, which together form a KEM

Associated Types

Loading content...

Associated Constants

const KEM_ID: u16

Loading content...

Implementors

Loading content...