Type Alias ml_kem::SharedKey

source ·
pub type SharedKey<K> = Array<u8, <K as KemCore>::SharedKeySize>;
Expand description

A shared key produced by the KEM K

Aliased Type§

struct SharedKey<K>(pub <<K as KemCore>::SharedKeySize as ArraySize>::ArrayType<u8>);

Fields§

§0: <<K as KemCore>::SharedKeySize as ArraySize>::ArrayType<u8>