pub struct Sha3_256Core { /* private fields */ }
Expand description
Core SHA-3-256 hasher state.
Trait Implementations§
Source§impl AlgorithmName for Sha3_256Core
impl AlgorithmName for Sha3_256Core
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 Sha3_256Core
impl BlockSizeUser for Sha3_256Core
Source§impl BufferKindUser for Sha3_256Core
impl BufferKindUser for Sha3_256Core
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl Clone for Sha3_256Core
impl Clone for Sha3_256Core
Source§fn clone(&self) -> Sha3_256Core
fn clone(&self) -> Sha3_256Core
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 Sha3_256Core
impl Debug for Sha3_256Core
Source§impl Default for Sha3_256Core
impl Default for Sha3_256Core
Source§impl FixedOutputCore for Sha3_256Core
impl FixedOutputCore for Sha3_256Core
Source§fn finalize_fixed_core(
&mut self,
buffer: &mut Buffer<Self>,
out: &mut Output<Self>,
)
fn finalize_fixed_core( &mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>, )
Finalize state using remaining data stored in the provided block buffer,
write result into provided array and leave
self
in a dirty state.Source§impl OutputSizeUser for Sha3_256Core
impl OutputSizeUser for Sha3_256Core
Source§impl UpdateCore for Sha3_256Core
impl UpdateCore for Sha3_256Core
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 Sha3_256Core
Auto Trait Implementations§
impl Freeze for Sha3_256Core
impl RefUnwindSafe for Sha3_256Core
impl Send for Sha3_256Core
impl Sync for Sha3_256Core
impl Unpin for Sha3_256Core
impl UnwindSafe for Sha3_256Core
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