[−][src]Trait digest::FixedOutput
Trait for returning digest result with the fixed size
Associated Types
type OutputSize: ArrayLength<u8>
Required methods
fn fixed_result(self) -> GenericArray<u8, Self::OutputSize>
Retrieve result and consume hasher instance.