arb_hash 0.1.11

Arbitrary block length hash function, including some other related and handy functions.
Documentation
[dependencies.num_cpus]
optional = true
version = "1.13.1"

[features]
block = []
default = ["hash", "digest", "block", "parallel"]
digest = ["hash", "block"]
hash = ["block"]
parallel = ["dep:num_cpus"]

[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.11"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"