File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,060 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// Package prio3 implements Prio3, a set of Verifiable Distributed
// Aggregation Functions (VDAFs). It provides several concrete VDAFs
// described in draft-irtf-cfrg-vdaf [v14]:
//   - Count [github.com/cloudflare/circl/vdaf/prio3/count]
//   - Sum [github.com/cloudflare/circl/vdaf/prio3/sum]
//   - SumVec [github.com/cloudflare/circl/vdaf/prio3/sumvec]
//   - Histogram [github.com/cloudflare/circl/vdaf/prio3/mhcv]
//   - MultiHotCountVec [github.com/cloudflare/circl/vdaf/prio3/histogram]
//
// [v14]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-14
package prio3