Struct secp256k1::SecretKey[][src]

pub struct SecretKey(_);

Secret key (256-bit) on a secp256k1 curve.

Methods

impl SecretKey
[src]

Trait Implementations

impl Debug for SecretKey
[src]

Formats the value using the given formatter. Read more

impl Clone for SecretKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SecretKey
[src]

impl PartialEq for SecretKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Into<Scalar> for SecretKey
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SecretKey

impl Sync for SecretKey