[package]
edition = "2024"
name = "pvss"
version = "0.3.0"
authors = ["Vincent Hanquez <vincent@typed.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Publicly verifiable secret sharing implementations"
homepage = "https://github.com/vincenthz/rust-pvss"
readme = "README.md"
keywords = [
"Crypto",
"Cryptography",
"Secret",
"Sharing",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/vincenthz/rust-pvss"
[features]
default = []
[lib]
name = "pvss"
path = "src/lib.rs"
[[bin]]
name = "pvss"
path = "src/main.rs"
[dependencies.cryptoxide]
version = "0.5"
[dependencies.eccoxide]
version = "0.4"
[dependencies.getrandom]
version = "0.4"