Struct libsecp256k1::SecretKey [−][src]
pub struct SecretKey(_);
Expand description
Secret key (256-bit) on a secp256k1 curve.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecretKey
impl UnwindSafe for SecretKey
Blanket Implementations
Mutably borrows from an owned value. Read more