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