Skip to content

Commit 3d8cc98

Browse files
committed
Bump to v14.
1 parent a64a146 commit 3d8cc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vdaf/prio3/doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Package prio3 implements Prio3, a set of Verifiable Distributed
22
// Aggregation Functions (VDAFs). It provides several concrete VDAFs
3-
// described in draft-irtf-cfrg-vdaf [v13]:
3+
// described in draft-irtf-cfrg-vdaf [v14]:
44
// - Count [github.com/cloudflare/circl/vdaf/prio3/count]
55
// - Sum [github.com/cloudflare/circl/vdaf/prio3/sum]
66
// - SumVec [github.com/cloudflare/circl/vdaf/prio3/sumvec]
77
// - Histogram [github.com/cloudflare/circl/vdaf/prio3/mhcv]
88
// - MultiHotCountVec [github.com/cloudflare/circl/vdaf/prio3/histogram]
99
//
10-
// [v13]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-13
10+
// [v14]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-14
1111
package prio3

0 commit comments

Comments
 (0)