pub type SecretKey24 = SecretKey<24>;
Represents a 24-byte (192-bit) secret key
pub struct SecretKey24(/* private fields */);