pub struct Sha384Digest(/* private fields */);
Expand description
The digest output by the SHA-384 hash function.
Trait Implementations§
Source§impl Debug for Sha384Digest
impl Debug for Sha384Digest
Source§impl Digest for Sha384Digest
impl Digest for Sha384Digest
Source§const DIGEST_LEN: usize = 48usize
const DIGEST_LEN: usize = 48usize
The length in bytes of this digest.
Source§fn from_bytes(bytes: Self::Bytes) -> Self
fn from_bytes(bytes: Self::Bytes) -> Self
Constructs a new digest from bytes.
Source§impl Display for Sha384Digest
impl Display for Sha384Digest
Source§impl PartialEq for Sha384Digest
impl PartialEq for Sha384Digest
impl Eq for Sha384Digest
Auto Trait Implementations§
impl Freeze for Sha384Digest
impl RefUnwindSafe for Sha384Digest
impl Send for Sha384Digest
impl Sync for Sha384Digest
impl Unpin for Sha384Digest
impl UnwindSafe for Sha384Digest
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