Struct sha3::TurboShake256Core
source · pub struct TurboShake256Core { /* private fields */ }
Expand description
Core TurboSHAKE256 hasher state.
Implementations§
Trait Implementations§
source§impl AlgorithmName for TurboShake256Core
impl AlgorithmName for TurboShake256Core
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 TurboShake256Core
impl BlockSizeUser for TurboShake256Core
source§impl BufferKindUser for TurboShake256Core
impl BufferKindUser for TurboShake256Core
source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
source§impl Clone for TurboShake256Core
impl Clone for TurboShake256Core
source§fn clone(&self) -> TurboShake256Core
fn clone(&self) -> TurboShake256Core
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 TurboShake256Core
impl Debug for TurboShake256Core
source§impl ExtendableOutputCore for TurboShake256Core
impl ExtendableOutputCore for TurboShake256Core
source§type ReaderCore = TurboShake256ReaderCore
type ReaderCore = TurboShake256ReaderCore
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 TurboShake256Core
impl UpdateCore for TurboShake256Core
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 TurboShake256Core
Auto Trait Implementations§
impl Freeze for TurboShake256Core
impl RefUnwindSafe for TurboShake256Core
impl Send for TurboShake256Core
impl Sync for TurboShake256Core
impl Unpin for TurboShake256Core
impl UnwindSafe for TurboShake256Core
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)