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