Type Alias SecretKey24

Source
pub type SecretKey24 = SecretKey<24>;
Expand description

Represents a 24-byte (192-bit) secret key

Aliased Typeยง

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