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