[[bench]]
name = "mod"
path = "benches/mod.rs"
[lib]
name = "bash_f"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of the bash-f sponge function defined in STB 34.101.77-2020"
documentation = "https://docs.rs/bash"
edition = "2024"
homepage = "https://github.com/RustCrypto/sponges/tree/master/bash"
keywords = ["bash", "sponge", "belt", "permutation"]
license = "Apache-2.0 OR MIT"
name = "bash-f"
readme = "README.md"
repository = "https://github.com/RustCrypto/sponges"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"
[[test]]
name = "bash"
path = "tests/bash.rs"