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