pub type SharedKey<K> = Array<u8, <K as KemCore>::SharedKeySize>;Expand description
A shared key produced by the KEM K
Aliased Type§
#[repr(transparent)]pub struct SharedKey<K>(pub <<K as KemCore>::SharedKeySize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<K as KemCore>::SharedKeySize as ArraySize>::ArrayType<u8>