pub struct SHA3_384(/* private fields */);
Expand description
SHA3-384 implementation.
Instances are cloneable, which captures the current object state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SHA3_384
impl RefUnwindSafe for SHA3_384
impl Send for SHA3_384
impl Sync for SHA3_384
impl Unpin for SHA3_384
impl UnwindSafe for SHA3_384
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