pub struct GroestlLongVarCore { /* private fields */ }
Expand description
Lowest-level core hasher state of the long Groestl variant.
Trait Implementations§
Source§impl AlgorithmName for GroestlLongVarCore
impl AlgorithmName for GroestlLongVarCore
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 GroestlLongVarCore
impl BlockSizeUser for GroestlLongVarCore
Source§impl BufferKindUser for GroestlLongVarCore
impl BufferKindUser for GroestlLongVarCore
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl Clone for GroestlLongVarCore
impl Clone for GroestlLongVarCore
Source§fn clone(&self) -> GroestlLongVarCore
fn clone(&self) -> GroestlLongVarCore
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 GroestlLongVarCore
impl Debug for GroestlLongVarCore
Source§impl OutputSizeUser for GroestlLongVarCore
impl OutputSizeUser for GroestlLongVarCore
Source§impl UpdateCore for GroestlLongVarCore
impl UpdateCore for GroestlLongVarCore
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 GroestlLongVarCore
impl VariableOutputCore for GroestlLongVarCore
impl HashMarker for GroestlLongVarCore
Auto Trait Implementations§
impl Freeze for GroestlLongVarCore
impl RefUnwindSafe for GroestlLongVarCore
impl Send for GroestlLongVarCore
impl Sync for GroestlLongVarCore
impl Unpin for GroestlLongVarCore
impl UnwindSafe for GroestlLongVarCore
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes