pub type SecretKey16 = SecretValue<U16>;
Expand description
Represents a 128-bit secret key of fixed length. The value is auto-zeroized on drop.
Aliased Typeยง
pub struct SecretKey16(/* private fields */);
pub type SecretKey16 = SecretValue<U16>;
Represents a 128-bit secret key of fixed length. The value is auto-zeroized on drop.
pub struct SecretKey16(/* private fields */);