pub struct Sha384 { /* private fields */ }Expand description
SHA-384 hasher (FIPS 180-4). 384-bit output, 128-byte blocks.
SHA-384 reuses the SHA-512 internal compression function with different IV constants and a truncated output. Used by TLS 1.3 for the higher security tier (paired with P-384) and by FIPS 186-5 for the canonical P-384 ECDSA hash.
Trait Implementations§
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