pub type PubKey<'a> = Inner<'a, true, 32, 0, 0>;
Type alias for a 32-byte Secp256k1 public key x-coordinate.
pub enum PubKey<'a> {}