pub struct VerifyingKeyWeak { /* private fields */ }
Expand description
Signature verifier for degrees (logn
) 2 to 8 only.
Trait Implementations§
Source§impl Clone for VerifyingKeyWeak
impl Clone for VerifyingKeyWeak
Source§fn clone(&self) -> VerifyingKeyWeak
fn clone(&self) -> VerifyingKeyWeak
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VerifyingKeyWeak
impl Debug for VerifyingKeyWeak
Source§impl VerifyingKey for VerifyingKeyWeak
impl VerifyingKey for VerifyingKeyWeak
impl Copy for VerifyingKeyWeak
Auto Trait Implementations§
impl Freeze for VerifyingKeyWeak
impl RefUnwindSafe for VerifyingKeyWeak
impl Send for VerifyingKeyWeak
impl Sync for VerifyingKeyWeak
impl Unpin for VerifyingKeyWeak
impl UnwindSafe for VerifyingKeyWeak
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