[][src]Trait digest::ExtendableOutput

pub trait ExtendableOutput: Sized {
    type Reader: XofReader;
    fn xof_result(self) -> Self::Reader;
}

Trait which describes extendable-output functions (XOF).

Associated Types

type Reader: XofReader

Loading content...

Required methods

fn xof_result(self) -> Self::Reader

Retrieve XOF reader and consume hasher instance.

Loading content...

Implementors

Loading content...