pake_kem

Trait CipherSuite

source
pub trait CipherSuite {
    type Pake: Pake;
    type Kem: KemCore;
    type Hash: BlockSizeUser + FixedOutput + Default + HashMarker + EagerHash;
}

Required Associated Types§

Implementors§