pub struct Shake128Core { /* private fields */ }
Expand description
Core SHAKE128 hasher state.
Trait Implementations§
Source§impl AlgorithmName for Shake128Core
impl AlgorithmName for Shake128Core
Source§fn write_alg_name(f: &mut Formatter<'_>) -> Result
fn write_alg_name(f: &mut Formatter<'_>) -> Result
Write algorithm name into
f
.Source§impl BlockSizeUser for Shake128Core
impl BlockSizeUser for Shake128Core
Source§impl BufferKindUser for Shake128Core
impl BufferKindUser for Shake128Core
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl Clone for Shake128Core
impl Clone for Shake128Core
Source§fn clone(&self) -> Shake128Core
fn clone(&self) -> Shake128Core
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Shake128Core
impl Debug for Shake128Core
Source§impl Default for Shake128Core
impl Default for Shake128Core
Source§impl ExtendableOutputCore for Shake128Core
impl ExtendableOutputCore for Shake128Core
Source§type ReaderCore = Shake128ReaderCore
type ReaderCore = Shake128ReaderCore
XOF reader core state.
Source§fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore
fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore
Retrieve XOF reader using remaining data stored in the block buffer
and leave hasher in a dirty state.
Source§impl UpdateCore for Shake128Core
impl UpdateCore for Shake128Core
Source§fn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.
impl HashMarker for Shake128Core
Auto Trait Implementations§
impl Freeze for Shake128Core
impl RefUnwindSafe for Shake128Core
impl Send for Shake128Core
impl Sync for Shake128Core
impl Unpin for Shake128Core
impl UnwindSafe for Shake128Core
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 208 bytes