[][src]Type Definition k256::SecretKey

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]