Struct dryoc::classic::crypto_generichash::GenericHashState
source · pub struct GenericHashState { /* private fields */ }
Expand description
State struct for the generic hash algorithm, based on BLAKE2B.
Auto Trait Implementations§
impl Freeze for GenericHashState
impl RefUnwindSafe for GenericHashState
impl Send for GenericHashState
impl Sync for GenericHashState
impl Unpin for GenericHashState
impl UnwindSafe for GenericHashState
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