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\ It also supports formatting the hash values as bytes or hex. Lives here: fluent-hash is distributed under the Apache License version 2.0.Documentation
Examples
License