Type Definition k256::SecretKey[][src]

type SecretKey = SecretKey<Secp256k1>;
This is supported on crate feature zeroize only.

secp256k1 (K-256) secret key.

Trait Implementations

impl From<&'_ SigningKey> for SecretKey[src]

This is supported on crate feature ecdsa-core only.

fn from(signing_key: &SigningKey) -> SecretKey[src]

Performs the conversion.

impl From<SigningKey> for SecretKey[src]

This is supported on crate feature ecdsa-core only.

fn from(signing_key: SigningKey) -> SecretKey[src]

Performs the conversion.