pub type PublicKey = PublicKey<Secp256k1>;Available on crate feature
arithmetic only.Expand description
secp256k1 (K-256) public key.
Aliased Type§
pub struct PublicKey { /* private fields */ }Trait Implementations§
Source§impl From<&VerifyingKey> for PublicKey
Available on crate feature schnorr only.
impl From<&VerifyingKey> for PublicKey
Available on crate feature
schnorr only.Source§fn from(vk: &VerifyingKey) -> PublicKey
fn from(vk: &VerifyingKey) -> PublicKey
Converts to this type from the input type.
Source§impl From<VerifyingKey> for PublicKey
Available on crate feature schnorr only.
impl From<VerifyingKey> for PublicKey
Available on crate feature
schnorr only.Source§fn from(vk: VerifyingKey) -> PublicKey
fn from(vk: VerifyingKey) -> PublicKey
Converts to this type from the input type.