Expand description
secp256k1 (K-256) secret key.
Trait Implementations§
source§impl From<&SigningKey> for SecretKey
impl From<&SigningKey> for SecretKey
source§fn from(signing_key: &SigningKey) -> SecretKey
fn from(signing_key: &SigningKey) -> SecretKey
Converts to this type from the input type.
source§impl From<SigningKey> for SecretKey
impl From<SigningKey> for SecretKey
source§fn from(signing_key: SigningKey) -> SecretKey
fn from(signing_key: SigningKey) -> SecretKey
Converts to this type from the input type.