pub struct Prehash87(/* private fields */);Expand description
An in-progress ML-DSA-87 pre-hashing operation.
Implementations§
Auto Trait Implementations§
impl Freeze for Prehash87
impl RefUnwindSafe for Prehash87
impl Send for Prehash87
impl Sync for Prehash87
impl Unpin for Prehash87
impl UnsafeUnpin for Prehash87
impl UnwindSafe for Prehash87
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