pub type PublicKey = [u8; 32]; pub type PrivateKey = [u8; 32]; pub type Signature = [u8; 32];