pub enum Sha3_224Algorithm {}Expand description
Marker type for SHA3-224.
Trait Implementations§
Source§impl HashAlgorithm for Sha3_224Algorithm
impl HashAlgorithm for Sha3_224Algorithm
Source§const OUTPUT_SIZE: usize = SHA3_224_OUTPUT_SIZE
const OUTPUT_SIZE: usize = SHA3_224_OUTPUT_SIZE
Output size in bytes
Source§const BLOCK_SIZE: usize = SHA3_224_RATE
const BLOCK_SIZE: usize = SHA3_224_RATE
Block size in bytes
Source§const ALGORITHM_ID: &'static str = "SHA3-224"
const ALGORITHM_ID: &'static str = "SHA3-224"
Static algorithm identifier for compile-time checking
Auto Trait Implementations§
impl Freeze for Sha3_224Algorithm
impl RefUnwindSafe for Sha3_224Algorithm
impl Send for Sha3_224Algorithm
impl Sync for Sha3_224Algorithm
impl Unpin for Sha3_224Algorithm
impl UnsafeUnpin for Sha3_224Algorithm
impl UnwindSafe for Sha3_224Algorithm
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