pub type SecretKey = SecretValue<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>;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 */);