[dependencies.age]
version = "0.11.1"
[dependencies.num-bigint]
version = "0.4.6"
[dependencies.secretsharing_shamir]
version = "0.1.7"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[[example]]
name = "usage1"
path = "examples/usage1.rs"
[[example]]
name = "usage2"
path = "examples/usage2.rs"
[lib]
name = "ppvss"
path = "src/lib.rs"
[package]
authors = ["Pushpendra Pal pushpadevl@outlook.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "algorithms", "mathematics"]
description = "An implmentation of Pre-constructed Publicly Verifiable Secret Sharing"
documentation = "https://docs.rs/ppvss"
edition = "2024"
keywords = ["cryptography", "secretsharing", "verifiable", "threshold"]
license = "Apache-2.0"
name = "ppvss"
readme = "README.md"
repository = "https://github.com/pushpadevl/ppvss"
version = "0.0.1-alpha"