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