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