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