pub struct Kt128<'cs> { /* private fields */ }Expand description
KT128 hasher.
Implementations§
Trait Implementations§
Source§impl AlgorithmName for Kt128<'_>
impl AlgorithmName for Kt128<'_>
Source§impl BlockSizeUser for Kt128<'_>
impl BlockSizeUser for Kt128<'_>
Source§impl CollisionResistance for Kt128<'_>
impl CollisionResistance for Kt128<'_>
Source§impl ExtendableOutput for Kt128<'_>
impl ExtendableOutput for Kt128<'_>
Source§type Reader = Kt128Reader
type Reader = Kt128Reader
Reader
Source§fn finalize_xof(self) -> Self::Reader
fn finalize_xof(self) -> Self::Reader
Retrieve XOF reader and consume hasher instance.
Source§fn finalize_xof_into(self, out: &mut [u8])
fn finalize_xof_into(self, out: &mut [u8])
Finalize XOF and write result into
out.impl HashMarker for Kt128<'_>
Auto Trait Implementations§
impl<'cs> Freeze for Kt128<'cs>
impl<'cs> RefUnwindSafe for Kt128<'cs>
impl<'cs> Send for Kt128<'cs>
impl<'cs> Sync for Kt128<'cs>
impl<'cs> Unpin for Kt128<'cs>
impl<'cs> UnsafeUnpin for Kt128<'cs>
impl<'cs> UnwindSafe for Kt128<'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.