arb_hash 0.1.4

Arbitrary block length hash function, potentially cryptographically secure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
block = []
default = ["hash", "digest", "block"]
digest = ["hash", "block"]
hash = ["block"]

[package]
description = "Arbitrary block length hash function, potentially cryptographically secure. "
edition = "2021"
license = "GPL-3.0"
name = "arb_hash"
readme = "README.md"
repository = "https://github.com/970037201/arb_hash_rs"
resolver = "2"
version = "0.1.4"