Type Alias SecretKey32

Source
pub type SecretKey32 = SecretKey<32>;
Expand description

Represents a 32-byte (256-bit) secret key

Aliased Typeยง

pub struct SecretKey32(/* private fields */);