Trait digest::ExtendableOutput [−][src]
Trait which describes extendable-output functions (XOF).
Associated Types
Loading content...Required methods
fn finalize_xof(self) -> Self::Reader
[src]
Retrieve XOF reader and consume hasher instance.
fn finalize_xof_reset(&mut self) -> Self::Reader
[src]
Retrieve XOF reader and reset hasher instance state.