Crate digest_writer

Source
Expand description

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.
Digest
The Digest trait specifies an interface common for digest functions.
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