pub struct Sha3ReaderCore<Rate, const ROUNDS: usize = F1600_ROUNDS>{ /* private fields */ }Expand description
Core Sha3 XOF reader.
Trait Implementations§
Source§impl<Rate, const ROUNDS: usize> BlockSizeUser for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> BlockSizeUser for Sha3ReaderCore<Rate, ROUNDS>
Source§impl<Rate, const ROUNDS: usize> Clone for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> Clone for Sha3ReaderCore<Rate, ROUNDS>
Source§fn clone(&self) -> Sha3ReaderCore<Rate, ROUNDS>
fn clone(&self) -> Sha3ReaderCore<Rate, ROUNDS>
Returns a duplicate 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<Rate, const ROUNDS: usize> Debug for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> Debug for Sha3ReaderCore<Rate, ROUNDS>
Source§impl<Rate, const ROUNDS: usize> Drop for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> Drop for Sha3ReaderCore<Rate, ROUNDS>
Source§impl<Rate, const ROUNDS: usize> XofReaderCore for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> XofReaderCore for Sha3ReaderCore<Rate, ROUNDS>
Source§fn read_block(&mut self) -> Block<Self>
fn read_block(&mut self) -> Block<Self>
Read next XOF block.
Auto Trait Implementations§
impl<Rate, const ROUNDS: usize> Freeze for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> RefUnwindSafe for Sha3ReaderCore<Rate, ROUNDS>where
Rate: RefUnwindSafe,
impl<Rate, const ROUNDS: usize> Send for Sha3ReaderCore<Rate, ROUNDS>where
Rate: Send,
impl<Rate, const ROUNDS: usize> Sync for Sha3ReaderCore<Rate, ROUNDS>where
Rate: Sync,
impl<Rate, const ROUNDS: usize> Unpin for Sha3ReaderCore<Rate, ROUNDS>where
Rate: Unpin,
impl<Rate, const ROUNDS: usize> UnsafeUnpin for Sha3ReaderCore<Rate, ROUNDS>
impl<Rate, const ROUNDS: usize> UnwindSafe for Sha3ReaderCore<Rate, ROUNDS>where
Rate: UnwindSafe,
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.