pub struct GroestlShortVarCore { /* private fields */ }
Expand description
Lowest-level core hasher state of the short Groestl variant.
Trait Implementations§
Source§impl AlgorithmName for GroestlShortVarCore
impl AlgorithmName for GroestlShortVarCore
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 GroestlShortVarCore
impl BlockSizeUser for GroestlShortVarCore
Source§impl BufferKindUser for GroestlShortVarCore
impl BufferKindUser for GroestlShortVarCore
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl Clone for GroestlShortVarCore
impl Clone for GroestlShortVarCore
Source§fn clone(&self) -> GroestlShortVarCore
fn clone(&self) -> GroestlShortVarCore
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 GroestlShortVarCore
impl Debug for GroestlShortVarCore
Source§impl OutputSizeUser for GroestlShortVarCore
impl OutputSizeUser for GroestlShortVarCore
Source§impl UpdateCore for GroestlShortVarCore
impl UpdateCore for GroestlShortVarCore
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 GroestlShortVarCore
impl VariableOutputCore for GroestlShortVarCore
impl HashMarker for GroestlShortVarCore
Auto Trait Implementations§
impl Freeze for GroestlShortVarCore
impl RefUnwindSafe for GroestlShortVarCore
impl Send for GroestlShortVarCore
impl Sync for GroestlShortVarCore
impl Unpin for GroestlShortVarCore
impl UnwindSafe for GroestlShortVarCore
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: 72 bytes