pub struct Sha224 { /* private fields */ }Expand description
SHA-224 hasher (FIPS 180-4). 224-bit output, 64-byte blocks.
SHA-224 reuses the SHA-256 compression function with different IV constants and a truncated output.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha224
impl RefUnwindSafe for Sha224
impl Send for Sha224
impl Sync for Sha224
impl Unpin for Sha224
impl UnsafeUnpin for Sha224
impl UnwindSafe for Sha224
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