fn-dsa-vrfy 0.3.0

FN-DSA signature scheme
Documentation
[dependencies.fn-dsa-comm]
version = "0.3"

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

[features]
default = []
no_avx2 = []

[lib]
name = "fn_dsa_vrfy"
path = "src/lib.rs"

[package]
authors = ["Thomas Pornin <thomas.pornin@nccgroup.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "FN-DSA signature scheme"
edition = "2021"
keywords = ["cryptography", "fn-dsa", "falcon"]
license = "Unlicense"
name = "fn-dsa-vrfy"
readme = "README.md"
repository = "https://github.com/pornin/rust-fn-dsa"
rust-version = "1.82"
version = "0.3.0"