pub type HWSymmetricKey = ArrayVec<[u8; 32]>;
Represents a binary hardware 256bit symmetric key
pub struct HWSymmetricKey { /* private fields */ }