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