Crate digest_writer [] [src]

Structs

Writer

A wrapper around Digest type that allows to use Write trait for hashing

Traits

BlockInput

Trait to indicate that digest function processes data in blocks of size BlockSize. Main usage of this trait is for implementing HMAC generically.

FixedOutput

Trait for returning digest result with the fixed size

Input

Trait for processing input data

VariableOutput

Trait for returning digest result with the varaible size