fips205 0.1.2

FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.rand_core]
default-features = false
version = "0.6.4"

[dependencies.sha2]
default-features = false
version = "0.10.8"

[dependencies.sha3]
default-features = false
version = "0.10.2"

[dependencies.zeroize]
default-features = false
features = ["zeroize_derive"]
version = "1.6.0"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[features]
default = ["default-rng", "slh_dsa_sha2_128s", "slh_dsa_shake_128s", "slh_dsa_sha2_128f", "slh_dsa_shake_128f", "slh_dsa_sha2_192s", "slh_dsa_shake_192s", "slh_dsa_sha2_192f", "slh_dsa_shake_192f", "slh_dsa_sha2_256s", "slh_dsa_shake_256s", "slh_dsa_sha2_256f", "slh_dsa_shake_256f"]
default-rng = ["rand_core/getrandom"]
slh_dsa_sha2_128f = []
slh_dsa_sha2_128s = []
slh_dsa_sha2_192f = []
slh_dsa_sha2_192s = []
slh_dsa_sha2_256f = []
slh_dsa_sha2_256s = []
slh_dsa_shake_128f = []
slh_dsa_shake_128s = []
slh_dsa_shake_192f = []
slh_dsa_shake_192s = []
slh_dsa_shake_256f = []
slh_dsa_shake_256s = []

[package]
authors = ["Eric Schorn <eschorn@integritychain.com>"]
categories = ["cryptography", "no-std"]
description = "FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard"
documentation = "https://docs.rs/fips205"
edition = "2021"
keywords = ["FIPS", "FIPS205", "hash", "signature"]
license = "MIT OR Apache-2.0"
name = "fips205"
readme = "README.md"
repository = "https://github.com/integritychain/fips205"
rust-version = "1.70"
version = "0.1.2"
[profile.bench]
codegen-units = 1
debug = true
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false

[profile.dev]
opt-level = 3