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