pub struct HS512;Expand description
HS512 algorithm (HMAC with SHA-512)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HS512
impl RefUnwindSafe for HS512
impl Send for HS512
impl Sync for HS512
impl Unpin for HS512
impl UnwindSafe for HS512
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