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