pub struct SigningKeyStandard { /* private fields */ }Expand description
Signature generator for degrees (logn) 9 to 10 only.
Trait Implementations§
Source§impl Drop for SigningKeyStandard
impl Drop for SigningKeyStandard
Source§impl SigningKey for SigningKeyStandard
impl SigningKey for SigningKeyStandard
Auto Trait Implementations§
impl Freeze for SigningKeyStandard
impl RefUnwindSafe for SigningKeyStandard
impl Send for SigningKeyStandard
impl Sync for SigningKeyStandard
impl Unpin for SigningKeyStandard
impl UnwindSafe for SigningKeyStandard
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