Crate fluent_hash

source ·
Expand description

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

Structs

  • 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.
  • 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

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