Type Alias SecretKey16

Source
pub type SecretKey16 = SecretKey<16>;
Expand description

Represents a 16-byte (128-bit) secret key

Aliased Typeยง

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