pub type SecretKey32 = SecretKey<32>;
Represents a 32-byte (256-bit) secret key
pub struct SecretKey32(/* private fields */);