pub type HWAsymmetricKey = ArrayVec<[u8; 48]>;
Represents a binary hardware asymmetric key. Currently using ECC Curve-P384 (384bit), might be a subject to change.
pub struct HWAsymmetricKey { /* private fields */ }