Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

EcdsaP256PrivateKey

Type Alias EcdsaP256PrivateKey 

Source
pub type EcdsaP256PrivateKey = SecretKey<NistP256>;

Aliased Typeยง

pub struct EcdsaP256PrivateKey { /* private fields */ }