pub type SharedKey = Array<u8, U32>;
Shared key established by using ML-KEM, returned from both encapsulation and decapsulation.
#[repr(transparent)]pub struct SharedKey(pub [u8; 32]);
0: [u8; 32]