Skip to main content

XofReaderCore

Trait XofReaderCore 

Source
pub trait XofReaderCore: BlockSizeUser {
    // Required method
    fn read_block(&mut self) -> GenericArray<u8, Self::BlockSize>;
}
Expand description

Core reader trait for extendable-output function (XOF) result.

Required Methods§

Source

fn read_block(&mut self) -> GenericArray<u8, Self::BlockSize>

Read next XOF block.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§