Struct prople_crypto::eddsa::pubkey::PubKey
source · pub struct PubKey { /* private fields */ }Expand description
PubKey is an object that will serialize and encode the VerifyingKey
This key should be able used to validate the signature that made by it’s private key
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PubKey
impl RefUnwindSafe for PubKey
impl Send for PubKey
impl Sync for PubKey
impl Unpin for PubKey
impl UnwindSafe for PubKey
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