Struct blake2::Blake2sVarCore
source · pub struct Blake2sVarCore { /* private fields */ }
Expand description
Blake2s instance with a variable output.
Implementations§
Trait Implementations§
source§impl AlgorithmName for Blake2sVarCore
impl AlgorithmName for Blake2sVarCore
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 Blake2sVarCore
impl BlockSizeUser for Blake2sVarCore
source§impl BufferKindUser for Blake2sVarCore
impl BufferKindUser for Blake2sVarCore
§type BufferKind = Lazy
type BufferKind = Lazy
Block buffer kind over which type operates.
source§impl Clone for Blake2sVarCore
impl Clone for Blake2sVarCore
source§fn clone(&self) -> Blake2sVarCore
fn clone(&self) -> Blake2sVarCore
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 Blake2sVarCore
impl Debug for Blake2sVarCore
source§impl OutputSizeUser for Blake2sVarCore
impl OutputSizeUser for Blake2sVarCore
source§impl UpdateCore for Blake2sVarCore
impl UpdateCore for Blake2sVarCore
source§fn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.