[go: up one dir, main page]

[][src]Trait digest::XofReaderCore

pub trait XofReaderCore {
    type BlockSize: ArrayLength<u8>;
    fn read_block(&mut self) -> GenericArray<u8, Self::BlockSize>;
}

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

Associated Types

type BlockSize: ArrayLength<u8>[src]

Block size in bytes.

Loading content...

Required methods

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

Read next XOF block.

Loading content...

Implementors

Loading content...