tuple-hash 0.3.0

TupleHash per NIST SP 800-185
Documentation
[dependencies.generic-array]
default-features = false
version = "1"

[dependencies.sha3]
default-features = false
optional = true
version = "0.10"

[dev-dependencies]

[features]
default = ["rust-crypto"]
rust-crypto = ["sha3"]
std = ["sha3?/std"]

[lib]
name = "tuple_hash"
path = "src/lib.rs"

[package]
authors = ["Eric Lagergren"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "no-std", "no-std::no-alloc"]
description = """
TupleHash per NIST SP 800-185
"""
documentation = "https://docs.rs/tuple-hash"
edition = "2021"
keywords = ["tuple-hash", "hash", "sha3"]
license = "BSD-3-Clause"
name = "tuple-hash"
readme = "README.md"
repository = "https://github.com/ericlagergren/tuple-hash"
version = "0.3.0"

[package.metadata.cargo-all-features]
always_include_features = []
denylist = []

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]