We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740fafd commit 748c59dCopy full SHA for 748c59d
star/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sta-rs"
3
-version = "0.3.1"
+version = "0.3.2"
4
authors = ["Alex Davidson <coela@alxdavids.xyz>"]
5
description = "Distributed Secret-Sharing for Threshold Aggregation Reporting"
6
documentation = "https://docs.rs/sta-rs"
@@ -13,7 +13,7 @@ edition = "2018"
13
[dependencies]
14
strobe-rs = "0.10.0"
15
adss = { path = "../adss", version = "0.2.3" }
16
-ppoprf = { path = "../ppoprf", version = "0.4.1" }
+ppoprf = { path = "../ppoprf", version = "0.4.2" }
17
rand = "0.8.5"
18
rand_core = "0.6.4"
19
zeroize = "1.5.5"
0 commit comments