pub struct Sha224;Expand description
Hash Algorithm
Implementations§
Source§impl Sha224
impl Sha224
Sourcepub const OUTPUT_BITS: usize = 224
pub const OUTPUT_BITS: usize = 224
Output of the hashing algorithm in bits
Sourcepub const BLOCK_BYTES: usize = 64
pub const BLOCK_BYTES: usize = 64
The block size in bytes of the algorithm, which is the number of bytes the algorithm typically buffer before calling its compression function
Sourcepub fn new() -> Context224
pub fn new() -> Context224
Create a new context for this algorithm
Trait Implementations§
impl Copy for Sha224
impl Eq for Sha224
impl StructuralPartialEq for Sha224
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