P256Keypair

Type Alias P256Keypair 

Source
pub type P256Keypair = Keypair<NistP256>;
Expand description

Type alias for a P-256 keypair.

Aliased Type§

pub struct P256Keypair { /* private fields */ }

Trait Implementations§