Struct dryoc::classic::crypto_hash::Sha512State
source · pub struct Sha512State { /* private fields */ }
Expand description
Internal state for crypto_hash_*
functions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sha512State
impl Send for Sha512State
impl Sync for Sha512State
impl Unpin for Sha512State
impl UnwindSafe for Sha512State
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more