pub struct Sha2_512;Expand description
Type marker for SHA2-512 hash algorithm.
This struct is used as a type parameter for Hkdf<Sha2_512> to provide
compile-time selection of the SHA2-512 algorithm for HKDF operations.
SHA2-512 produces 64-byte (512-bit) hash outputs.
Auto Trait Implementations§
impl Freeze for Sha2_512
impl RefUnwindSafe for Sha2_512
impl Send for Sha2_512
impl Sync for Sha2_512
impl Unpin for Sha2_512
impl UnsafeUnpin for Sha2_512
impl UnwindSafe for Sha2_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