pub struct Ed448;Expand description
Ed448 signing primitive (trait-dispatched).
sign(sk, msg, sig_out): sk is 57-byte raw seed, returns 114-byte signature.
Trait Implementations§
impl Copy for Ed448
Auto Trait Implementations§
impl Freeze for Ed448
impl RefUnwindSafe for Ed448
impl Send for Ed448
impl Sync for Ed448
impl Unpin for Ed448
impl UnsafeUnpin for Ed448
impl UnwindSafe for Ed448
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