fluent-hash 0.1.0

A lightweight library which provides a fluent interface for generating SHA-1 and SHA-2 digests.
Documentation
fluent-hash-0.1.0 has been yanked.

Fluent Hash

This library is a wrapper on top of the ring cryptography library which provides a fluent interface for generating SHA-1 and SHA-2 hashes. It provides convenience methods for generating hashes from various data types such as the following:

  • &[u8]
  • Vec<u8>
  • &str
  • std::fs::File

It also supports formatting the hash values as bytes or hex.

Documentation

Lives here:

Examples

License

fluent-hash is distributed under the Apache License version 2.0.