Struct sha3::Sha3_256Core
source · 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
§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§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.