pub struct Kt256Core<'cs> { /* private fields */ }Expand description
Core KT256 hasher state.
Implementations§
Trait Implementations§
Source§impl AlgorithmName for Kt256Core<'_>
impl AlgorithmName for Kt256Core<'_>
Source§impl BlockSizeUser for Kt256Core<'_>
impl BlockSizeUser for Kt256Core<'_>
Source§impl BufferKindUser for Kt256Core<'_>
impl BufferKindUser for Kt256Core<'_>
Source§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Source§impl ExtendableOutputCore for Kt256Core<'_>
impl ExtendableOutputCore for Kt256Core<'_>
Source§type ReaderCore = Kt256ReaderCore
type ReaderCore = Kt256ReaderCore
XOF reader core state.
Source§fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore
fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore
Retrieve XOF reader using remaining data stored in the block buffer
and leave hasher in a dirty state.
Source§impl UpdateCore for Kt256Core<'_>
impl UpdateCore for Kt256Core<'_>
Source§fn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.
impl HashMarker for Kt256Core<'_>
Auto Trait Implementations§
impl<'cs> Freeze for Kt256Core<'cs>
impl<'cs> RefUnwindSafe for Kt256Core<'cs>
impl<'cs> Send for Kt256Core<'cs>
impl<'cs> Sync for Kt256Core<'cs>
impl<'cs> Unpin for Kt256Core<'cs>
impl<'cs> UnsafeUnpin for Kt256Core<'cs>
impl<'cs> UnwindSafe for Kt256Core<'cs>
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.