Expand description
secp256k1 (K-256) public key.
Trait Implementations§
source§impl From<&VerifyingKey> for PublicKey
impl From<&VerifyingKey> for PublicKey
source§fn from(verifying_key: &VerifyingKey) -> PublicKey
fn from(verifying_key: &VerifyingKey) -> PublicKey
Converts to this type from the input type.
source§impl From<VerifyingKey> for PublicKey
impl From<VerifyingKey> for PublicKey
source§fn from(verifying_key: VerifyingKey) -> PublicKey
fn from(verifying_key: VerifyingKey) -> PublicKey
Converts to this type from the input type.