pub struct Sha3_384;Expand description
SHA3-384 hash function (48-byte output, FIPS 202).
Implementations§
Source§impl Sha3_384
impl Sha3_384
Sourcepub const DIGEST_LEN: usize = 48
pub const DIGEST_LEN: usize = 48
Byte length of the SHA3-384 digest output.
Sourcepub const BLOCK_SIZE: usize = 104
pub const BLOCK_SIZE: usize = 104
SHA3-384 block (rate) size in bytes (FIPS 202).
Trait Implementations§
Source§impl Hash for Sha3_384
impl Hash for Sha3_384
impl Copy for Sha3_384
Auto Trait Implementations§
impl Freeze for Sha3_384
impl RefUnwindSafe for Sha3_384
impl Send for Sha3_384
impl Sync for Sha3_384
impl Unpin for Sha3_384
impl UnsafeUnpin for Sha3_384
impl UnwindSafe for Sha3_384
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