pub struct SHA512Params;Trait Implementations§
Source§impl Algorithm for SHA512Params
impl Algorithm for SHA512Params
const ALG_NAME: &'static str = SHA512_NAME
const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_256bit
Source§impl HashAlgParams for SHA512Params
impl HashAlgParams for SHA512Params
Auto Trait Implementations§
impl Freeze for SHA512Params
impl RefUnwindSafe for SHA512Params
impl Send for SHA512Params
impl Sync for SHA512Params
impl Unpin for SHA512Params
impl UnwindSafe for SHA512Params
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