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.
source§impl VariableOutputCore for Blake2bVarCore
impl VariableOutputCore for Blake2bVarCore
impl HashMarker for Blake2bVarCore
Auto Trait Implementations§
impl RefUnwindSafe for Blake2bVarCore
impl Send for Blake2bVarCore
impl Sync for Blake2bVarCore
impl Unpin for Blake2bVarCore
impl UnwindSafe for Blake2bVarCore
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