pub struct JhCore { /* private fields */ }
Expand description
Core JH hasher state
Trait Implementations§
Source§impl AlgorithmName for JhCore
impl AlgorithmName for JhCore
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 JhCore
impl BlockSizeUser for JhCore
Source§impl BufferKindUser for JhCore
impl BufferKindUser for JhCore
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl OutputSizeUser for JhCore
impl OutputSizeUser for JhCore
Source§impl UpdateCore for JhCore
impl UpdateCore for JhCore
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 JhCore
impl VariableOutputCore for JhCore
impl HashMarker for JhCore
Auto Trait Implementations§
impl Freeze for JhCore
impl RefUnwindSafe for JhCore
impl Send for JhCore
impl Sync for JhCore
impl Unpin for JhCore
impl UnwindSafe for JhCore
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: 144 bytes