Skip to main content

SharedKey

Type Alias SharedKey 

Source
pub type SharedKey = Array<u8, U32>;
Expand description

Shared key established by using ML-KEM, returned from both encapsulation and decapsulation.

Aliased Type§

#[repr(transparent)]
pub struct SharedKey(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]