belt-hash 0.1.1

BelT hash function (STB 34.101.31-2020)
Documentation
[package]
name = "belt-hash"
version = "0.1.1"
description = "BelT hash function (STB 34.101.31-2020)"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.57"
documentation = "https://docs.rs/belt-hash"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "belt", "stb", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = "0.10.4"
belt-block = { version = "0.1.1", default-features = false }

[dev-dependencies]
digest = { version = "0.10.4", features = ["dev"] }
hex-literal = "0.3.3"

[features]
default = ["std"]
std = ["digest/std"]
oid = ["digest/oid"]

# TODO: remove when crate will be part of the root workspace
[profile.dev]
opt-level = 2