pub struct Sha384 { /* private fields */ }Expand description
The SHA-384 hash algorithm.
Implementations§
Trait Implementations§
Source§impl Algorithm for Sha384
impl Algorithm for Sha384
Source§fn digest_to_vec(self) -> Vec<u8>
fn digest_to_vec(self) -> Vec<u8>
Finish the hashing and return the digest.
Source§const OUTPUT_LEN: usize
const OUTPUT_LEN: usize
The size of the resulting digest.
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