[package]
name = "shabal"
version = "0.2.0"
authors = ["bold <bold@cryptoguru.com>"]
description = "Shabal hash functions"
documentation = "https://docs.rs/shabal"
keywords = ["crypto", "shabal", "hash", "digest"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/spebern/shabal-rs"
[dependencies.block-buffer]
version = "0.7"
[dependencies.crunchy]
version = "0.2"
[dependencies.digest]
version = "0.8"
[dependencies.opaque-debug]
version = "0.2"
[dev-dependencies.digest]
version = "0.8"
features = ["dev"]
[dev-dependencies.hex-literal]
version = "0.1"
[features]
default = ["std"]
std = ["digest/std"]