pub struct HkdfSha512;Expand description
HKDF-SHA512 key derivation implementation for higher security
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HkdfSha512
impl RefUnwindSafe for HkdfSha512
impl Send for HkdfSha512
impl Sync for HkdfSha512
impl Unpin for HkdfSha512
impl UnwindSafe for HkdfSha512
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