fluent-hash 0.1.0

A lightweight library which provides a fluent interface for generating SHA-1 and SHA-2 digests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.hex]
version = "0.4.3"

[dependencies.ring]
version = "0.16.20"

[package]
authors = ["Web3 Developer @ Web3Developer.io"]
description = "A lightweight library which provides a fluent interface for generating SHA-1 and SHA-2 digests."
documentation = "https://docs.rs/fluent-hash/"
edition = "2021"
homepage = "https://github.com/web3-developer/fluent-hash"
license = "Apache-2.0"
name = "fluent-hash"
readme = "README.md"
version = "0.1.0"