sta-rs 0.2.2

Distributed Secret-Sharing for Threshold Aggregation Reporting
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.adss]
version = "0.2.1"

[dependencies.ppoprf]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.strobe-rs]
version = "0.8.1"

[dependencies.zeroize]
version = "1.5.5"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
features = ["std"]
version = "0.8.5"

[features]
star2 = []

[package]
authors = ["Alex Davidson <coela@alxdavids.xyz>"]
categories = ["cryptography", "algorithms"]
description = "Distributed Secret-Sharing for Threshold Aggregation Reporting"
documentation = "https://docs.rs/sta-rs"
edition = "2018"
keywords = ["crypto", "protocol", "privacy", "secret", "analytics"]
license = "MPL-2.0"
name = "sta-rs"
readme = "README.md"
repository = "https://github.com/brave/sta-rs"
version = "0.2.2"