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