pub type P256Keypair = Keypair<NistP256>;
Type alias for a P-256 keypair.
pub struct P256Keypair { /* private fields */ }