package vdaf
import "github.com/cloudflare/circl/vdaf"
Package vdaf provides verifiable distributed aggregation functions.
This package supports Prio3 as specified in [v13]. [v13]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-13
Index ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
vdaf/prio3 | Package prio3 implements Prio3, a set of Verifiable Distributed Aggregation Functions (VDAFs). |
vdaf/prio3/arith | Package arith provides arithmetic operations over prime fields, vectors, and polynomials. |
vdaf/prio3/arith/fp128 | |
vdaf/prio3/arith/fp64 | |
vdaf/prio3/count | Package count is a VDAF for counting Boolean measurements. |
vdaf/prio3/histogram | Package histogram is a VDAF for aggregating integer measurements into buckets. |
vdaf/prio3/internal | |
vdaf/prio3/mhcv | Package mhcv is a VDAF for aggregating vectors of Booleans with bounded weight. |
vdaf/prio3/sum | Package sum is a VDAF for aggregating integers in a pre-determined range. |
vdaf/prio3/sumvec | Package sumvec is a VDAF for aggregating vectors of integers in a pre-determined range. |
- Version
- v1.6.1 (latest)
- Published
- Apr 9, 2025
- Platform
- linux/amd64
- Last checked
- 3 days ago –
Tools for package owners.