pub type SymHash = Public<KEY_SIZE>;
#[repr(transparent)]pub struct SymHash { pub value: [u8; 32], }
value: [u8; 32]