pub type Keypair = Keypair<Generic<NistP256>>;
Keypair used for encryption key
pub struct Keypair { /* private fields */ }