Expand description
secp256k1 (K-256) public key.
Trait Implementations
sourceimpl From<&VerifyingKey> for PublicKey
Available on crate feature ecdsa-core
only.
impl From<&VerifyingKey> for PublicKey
Available on crate feature
ecdsa-core
only.sourcefn from(verifying_key: &VerifyingKey) -> PublicKey
fn from(verifying_key: &VerifyingKey) -> PublicKey
Converts to this type from the input type.
sourceimpl From<&VerifyingKey> for PublicKey
Available on crate feature schnorr
only.
impl From<&VerifyingKey> for PublicKey
Available on crate feature
schnorr
only.sourcefn from(vk: &VerifyingKey) -> PublicKey
fn from(vk: &VerifyingKey) -> PublicKey
Converts to this type from the input type.
sourceimpl From<VerifyingKey> for PublicKey
Available on crate feature ecdsa-core
only.
impl From<VerifyingKey> for PublicKey
Available on crate feature
ecdsa-core
only.sourcefn from(verifying_key: VerifyingKey) -> PublicKey
fn from(verifying_key: VerifyingKey) -> PublicKey
Converts to this type from the input type.
sourceimpl From<VerifyingKey> for PublicKey
Available on crate feature schnorr
only.
impl From<VerifyingKey> for PublicKey
Available on crate feature
schnorr
only.sourcefn from(vk: VerifyingKey) -> PublicKey
fn from(vk: VerifyingKey) -> PublicKey
Converts to this type from the input type.