pub type SharedKey = Array<u8, U32>;
Shared secret key.
#[repr(transparent)]pub struct SharedKey(pub [u8; 32]);
0: [u8; 32]