pub struct VerifyingKeyStandard { /* private fields */ }
Expand description
Signature verifier for degrees (logn
) 9 to 10 only.
Trait Implementations§
Source§impl Clone for VerifyingKeyStandard
impl Clone for VerifyingKeyStandard
Source§fn clone(&self) -> VerifyingKeyStandard
fn clone(&self) -> VerifyingKeyStandard
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 VerifyingKeyStandard
impl Debug for VerifyingKeyStandard
Source§impl VerifyingKey for VerifyingKeyStandard
impl VerifyingKey for VerifyingKeyStandard
impl Copy for VerifyingKeyStandard
Auto Trait Implementations§
impl Freeze for VerifyingKeyStandard
impl RefUnwindSafe for VerifyingKeyStandard
impl Send for VerifyingKeyStandard
impl Sync for VerifyingKeyStandard
impl Unpin for VerifyingKeyStandard
impl UnwindSafe for VerifyingKeyStandard
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