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