pub struct Sha384 { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Digest for Sha384
impl Digest for Sha384
Source§const BLOCK_LEN: usize = 128
const BLOCK_LEN: usize = 128
Byte-oriented block size used by the Merkle-Damgard or sponge API. Read more
Source§const OUTPUT_LEN: usize = 48
const OUTPUT_LEN: usize = 48
Digest size in bytes.
Source§fn finalize_into(self, out: &mut [u8])
fn finalize_into(self, out: &mut [u8])
Finalize the hash into
out. Read moreSource§fn finalize_reset(&mut self, out: &mut [u8])
fn finalize_reset(&mut self, out: &mut [u8])
Finalize in place and wipe the internal state. Read more
Auto Trait Implementations§
impl Freeze for Sha384
impl RefUnwindSafe for Sha384
impl Send for Sha384
impl Sync for Sha384
impl Unpin for Sha384
impl UnsafeUnpin for Sha384
impl UnwindSafe for Sha384
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