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