Skip to main content

HWAsymmetricKey

Type Alias HWAsymmetricKey 

Source
pub type HWAsymmetricKey = ArrayVec<[u8; 48]>;
Expand description

Represents a binary hardware asymmetric key. Currently using ECC Curve-P384 (384bit), might be a subject to change.

Aliased Typeยง

pub struct HWAsymmetricKey { /* private fields */ }