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