mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
18 lines
550 B
TOML
18 lines
550 B
TOML
[package]
|
|
name = "bash-f"
|
|
version = "0.1.0"
|
|
description = "Pure Rust implementation of the bash-f sponge function defined in STB 34.101.77-2020"
|
|
license = "Apache-2.0 OR MIT"
|
|
authors = ["RustCrypto Developers"]
|
|
documentation = "https://docs.rs/bash"
|
|
homepage = "https://github.com/RustCrypto/sponges/tree/master/bash"
|
|
repository = "https://github.com/RustCrypto/sponges"
|
|
keywords = ["bash", "sponge", "belt", "permutation"]
|
|
categories = ["cryptography", "no-std"]
|
|
readme = "README.md"
|
|
edition = "2024"
|
|
rust-version = "1.85"
|
|
|
|
[lints]
|
|
workspace = true
|