pub struct Sha512(/* private fields */);Trait Implementations§
Source§impl Hash for Sha512
Available on crate feature use-sha2 only.
impl Hash for Sha512
Available on crate feature
use-sha2 only.Source§fn hmac_many(key: &[u8], data: &[&[u8]]) -> Self::Output
fn hmac_many(key: &[u8], data: &[&[u8]]) -> Self::Output
Calculate HMAC-THIS-HASH, with some
key and several messages.Source§fn hmac(key: &[u8], data: &[u8]) -> Self::Output
fn hmac(key: &[u8], data: &[u8]) -> Self::Output
Calculate HMAC-THIS-HASH, with some
key and a message.Auto Trait Implementations§
impl Freeze for Sha512
impl RefUnwindSafe for Sha512
impl Send for Sha512
impl Sync for Sha512
impl Unpin for Sha512
impl UnwindSafe for Sha512
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