Crate fluent_hash

Source
Expand description

A lightweight library which provides a fluent interface for generating SHA-1 and SHA-2 digests.

Structs§

Hash
A hash value which holds the message digest produced by one of the Hashing algorithms. Supports formatting as a byte array, byte vector or a hexadecimal string.
HashContext
A context to be used for multi-step hash calculations. Useful when hashing a data structure with multiple fields or when hashing larger inputs.

Enums§

Hashing
The hashing algorithm. SHA-1 and SHA-2 algorithms are supported.