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§impl BlockSizeUser for Blake2sVarCore
impl BlockSizeUser for Blake2sVarCore
Source§impl BufferKindUser for Blake2sVarCore
impl BufferKindUser for Blake2sVarCore
Source§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 duplicate 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 Drop for Blake2sVarCore
impl Drop 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.
Source§impl VariableOutputCore for Blake2sVarCore
impl VariableOutputCore for Blake2sVarCore
Source§impl VariableOutputCoreCustomized for Blake2sVarCore
impl VariableOutputCoreCustomized for Blake2sVarCore
Source§fn new_customized(customization: &[u8], output_size: usize) -> Self
fn new_customized(customization: &[u8], output_size: usize) -> Self
Create new hasher instance with the given customization string and output size.
impl HashMarker for Blake2sVarCore
Auto Trait Implementations§
impl Freeze for Blake2sVarCore
impl RefUnwindSafe for Blake2sVarCore
impl Send for Blake2sVarCore
impl Sync for Blake2sVarCore
impl Unpin for Blake2sVarCore
impl UnsafeUnpin for Blake2sVarCore
impl UnwindSafe for Blake2sVarCore
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> SmallBlockSizeUser for T
impl<T> SmallBlockSizeUser for T
Source§type _BlockSize = <T as BlockSizeUser>::BlockSize
type _BlockSize = <T as BlockSizeUser>::BlockSize
Helper associated type equal to
<Self as BlockSizeUser>::BlockSize.