Struct laron_crypto::PublicKey
source · pub struct PublicKey { /* private fields */ }Expand description
Public key
Implementations§
Trait Implementations§
source§impl From<&PublicKey> for VerifyingKey
impl From<&PublicKey> for VerifyingKey
source§impl From<VerifyingKey<Secp256k1>> for PublicKey
impl From<VerifyingKey<Secp256k1>> for PublicKey
source§fn from(value: VerifyingKey) -> Self
fn from(value: VerifyingKey) -> Self
Converts to this type from the input type.
source§impl K256Recover for PublicKey
impl K256Recover for PublicKey
source§impl K256Verify for PublicKey
impl K256Verify for PublicKey
source§impl PartialEq<PublicKey> for PublicKey
impl PartialEq<PublicKey> for PublicKey
impl Copy for PublicKey
impl Eq for PublicKey
impl StructuralEq for PublicKey
impl StructuralPartialEq for PublicKey
Auto Trait Implementations§
impl RefUnwindSafe for PublicKey
impl Send for PublicKey
impl Sync for PublicKey
impl Unpin for PublicKey
impl UnwindSafe for PublicKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more