SecretKey

Type Alias SecretKey 

Source
pub type SecretKey = SecretKey<Secp256k1>;
Expand description

secp256k1 (K-256) secret key.

Aliased Typeยง

pub struct SecretKey { /* private fields */ }