We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64a146 commit 3d8cc98Copy full SHA for 3d8cc98
vdaf/prio3/doc.go
@@ -1,11 +1,11 @@
1
// Package prio3 implements Prio3, a set of Verifiable Distributed
2
// Aggregation Functions (VDAFs). It provides several concrete VDAFs
3
-// described in draft-irtf-cfrg-vdaf [v13]:
+// described in draft-irtf-cfrg-vdaf [v14]:
4
// - Count [github.com/cloudflare/circl/vdaf/prio3/count]
5
// - Sum [github.com/cloudflare/circl/vdaf/prio3/sum]
6
// - SumVec [github.com/cloudflare/circl/vdaf/prio3/sumvec]
7
// - Histogram [github.com/cloudflare/circl/vdaf/prio3/mhcv]
8
// - MultiHotCountVec [github.com/cloudflare/circl/vdaf/prio3/histogram]
9
//
10
-// [v13]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-13
+// [v14]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-14
11
package prio3
0 commit comments