pub struct Shake256Core { /* private fields */ }
Expand description
Core SHAKE256 hasher state.
Trait Implementations§
Source§impl AlgorithmName for Shake256Core
impl AlgorithmName for Shake256Core
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 Shake256Core
impl BlockSizeUser for Shake256Core
Source§impl BufferKindUser for Shake256Core
impl BufferKindUser for Shake256Core
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl Clone for Shake256Core
impl Clone for Shake256Core
Source§fn clone(&self) -> Shake256Core
fn clone(&self) -> Shake256Core
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 Shake256Core
impl Debug for Shake256Core
Source§impl Default for Shake256Core
impl Default for Shake256Core
Source§impl ExtendableOutputCore for Shake256Core
impl ExtendableOutputCore for Shake256Core
Source§type ReaderCore = Shake256ReaderCore
type ReaderCore = Shake256ReaderCore
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 Shake256Core
impl UpdateCore for Shake256Core
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 Shake256Core
Auto Trait Implementations§
impl Freeze for Shake256Core
impl RefUnwindSafe for Shake256Core
impl Send for Shake256Core
impl Sync for Shake256Core
impl Unpin for Shake256Core
impl UnwindSafe for Shake256Core
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