pub struct CShake128 { /* private fields */ }Expand description
cSHAKE128: customizable SHAKE with 128-bit security (NIST SP 800-185).
If both function_name and customization are empty, cSHAKE128
reduces to SHAKE128 (the domain-separation prefix is omitted).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CShake128
impl RefUnwindSafe for CShake128
impl Send for CShake128
impl Sync for CShake128
impl Unpin for CShake128
impl UnsafeUnpin for CShake128
impl UnwindSafe for CShake128
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