pub struct Sha3_224;Expand description
SHA3 224 Algorithm
Implementations§
Source§impl Sha3_224
impl Sha3_224
Sourcepub const OUTPUT_BITS: usize
pub const OUTPUT_BITS: usize
Output of the hashing algorithm in bits
Sourcepub const BLOCK_BYTES: usize
pub const BLOCK_BYTES: usize
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 Sha3_224
impl Eq for Sha3_224
impl StructuralPartialEq for Sha3_224
Auto Trait Implementations§
impl Freeze for Sha3_224
impl RefUnwindSafe for Sha3_224
impl Send for Sha3_224
impl Sync for Sha3_224
impl Unpin for Sha3_224
impl UnsafeUnpin for Sha3_224
impl UnwindSafe for Sha3_224
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