arb_hash 0.1.19

Arbitrary block length hash function, including some other related and handy functions.
Documentation
[dependencies]

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

[package]
description = "Arbitrary block length hash function, including some other related and handy functions."
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.19"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"