2025-10-24 00:49:57 +03:00
|
|
|
[package]
|
|
|
|
|
name = "bash-f"
|
2025-10-24 01:26:08 +03:00
|
|
|
version = "0.1.0"
|
2025-10-24 00:49:57 +03:00
|
|
|
authors = ["RustCrypto Developers"]
|
2026-03-12 04:17:45 +03:00
|
|
|
edition = "2024"
|
|
|
|
|
rust-version = "1.85"
|
2025-10-24 00:49:57 +03:00
|
|
|
documentation = "https://docs.rs/bash"
|
2026-03-12 04:17:45 +03:00
|
|
|
readme = "README.md"
|
2025-10-24 00:49:57 +03:00
|
|
|
repository = "https://github.com/RustCrypto/sponges"
|
2026-03-12 04:17:45 +03:00
|
|
|
license = "Apache-2.0 OR MIT"
|
2025-10-24 01:26:08 +03:00
|
|
|
keywords = ["bash", "sponge", "belt", "permutation"]
|
2025-10-24 00:49:57 +03:00
|
|
|
categories = ["cryptography", "no-std"]
|
2026-03-12 04:17:45 +03:00
|
|
|
description = "Pure Rust implementation of the bash-f sponge function defined in STB 34.101.77-2020"
|
2026-02-12 15:01:09 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|