pub struct Shake128Hash;
Expand description
SHAKE128 hash implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shake128Hash
impl RefUnwindSafe for Shake128Hash
impl Send for Shake128Hash
impl Sync for Shake128Hash
impl Unpin for Shake128Hash
impl UnwindSafe for Shake128Hash
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