[[bench]]
harness = false
name = "crypto_benchmarks"
path = "benches/crypto_benchmarks.rs"
[[bench]]
harness = false
name = "vaz256_benchmarks"
path = "benches/vaz256_benchmarks.rs"
[dependencies.rand]
version = "0.8.5"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.falcon-rust]
version = "0.1.2"
[dev-dependencies.pqcrypto-dilithium]
version = "0.5"
[lib]
name = "vaz256"
path = "src/lib.rs"
[package]
authors = ["Fran Luis Vazquez Alonso <cybervazquez@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Pure Rust implementation of Verified Abbreviated Zeta 256 bits (VAZ256) - a digital signature scheme for post-quantum computing-resistant signatures combining Dilithium5 and SHAKE256 for key compressions"
edition = "2021"
homepage = "https://github.com/GrayLupus/vaz256"
keywords = ["cryptography", "quantum", "dilithium", "signatures", "security"]
license = "GPL-3.0"
name = "vaz256"
readme = "README.md"
repository = "https://github.com/GrayLupus/vaz256"
version = "0.1.1"