pub type SecretKey16 = SecretKey<16>;
Represents a 16-byte (128-bit) secret key
pub struct SecretKey16(/* private fields */);