pub struct Shake256Xof(/* private fields */);Expand description
Shake256 的挤出读取端(可重复调用 Shake256Xof::fill)。
Implementations§
Trait Implementations§
Source§impl Clone for Shake256Xof
impl Clone for Shake256Xof
Source§fn clone(&self) -> Shake256Xof
fn clone(&self) -> Shake256Xof
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Shake256Xof
impl RefUnwindSafe for Shake256Xof
impl Send for Shake256Xof
impl Sync for Shake256Xof
impl Unpin for Shake256Xof
impl UnsafeUnpin for Shake256Xof
impl UnwindSafe for Shake256Xof
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