Struct ascon_hash::AsconAXOFCore
source · pub struct AsconAXOFCore { /* private fields */ }Expand description
AsconA XOF
Trait Implementations§
source§impl AlgorithmName for AsconAXOFCore
impl AlgorithmName for AsconAXOFCore
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 AsconAXOFCore
impl BlockSizeUser for AsconAXOFCore
source§impl BufferKindUser for AsconAXOFCore
impl BufferKindUser for AsconAXOFCore
§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
source§impl Clone for AsconAXOFCore
impl Clone for AsconAXOFCore
source§fn clone(&self) -> AsconAXOFCore
fn clone(&self) -> AsconAXOFCore
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 AsconAXOFCore
impl Debug for AsconAXOFCore
source§impl Default for AsconAXOFCore
impl Default for AsconAXOFCore
source§fn default() -> AsconAXOFCore
fn default() -> AsconAXOFCore
Returns the “default value” for a type. Read more
source§impl ExtendableOutputCore for AsconAXOFCore
impl ExtendableOutputCore for AsconAXOFCore
§type ReaderCore = AsconAXOFReaderCore
type ReaderCore = AsconAXOFReaderCore
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 AsconAXOFCore
impl UpdateCore for AsconAXOFCore
source§fn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.