pvss 0.3.0

Publicly verifiable secret sharing implementations
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"