Struct sha3::CShake128ReaderCore
source · pub struct CShake128ReaderCore { /* private fields */ }
Expand description
Core CSHAKE128 reader state.
Trait Implementations§
source§impl BlockSizeUser for CShake128ReaderCore
impl BlockSizeUser for CShake128ReaderCore
source§impl Clone for CShake128ReaderCore
impl Clone for CShake128ReaderCore
source§fn clone(&self) -> CShake128ReaderCore
fn clone(&self) -> CShake128ReaderCore
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 XofReaderCore for CShake128ReaderCore
impl XofReaderCore for CShake128ReaderCore
source§fn read_block(&mut self) -> Block<Self>
fn read_block(&mut self) -> Block<Self>
Read next XOF block.