Documentation
¶
Overview ¶
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
Directories
¶
| Path | Synopsis |
|---|---|
|
Package prio3 implements Prio3, a set of Verifiable Distributed Aggregation Functions (VDAFs).
|
Package prio3 implements Prio3, a set of Verifiable Distributed Aggregation Functions (VDAFs). |
|
arith
Package arith provides arithmetic operations over prime fields, vectors, and polynomials.
|
Package arith provides arithmetic operations over prime fields, vectors, and polynomials. |
|
count
Package count is a VDAF for counting Boolean measurements.
|
Package count is a VDAF for counting Boolean measurements. |
|
histogram
Package histogram is a VDAF for aggregating integer measurements into buckets.
|
Package histogram is a VDAF for aggregating integer measurements into buckets. |
|
internal/cursor
Package cursor aids with iteration of slices.
|
Package cursor aids with iteration of slices. |
|
internal/flp
Package flp provides a Fully-Linear Proof (FLP) system.
|
Package flp provides a Fully-Linear Proof (FLP) system. |
|
internal/prio3
Package prio3 supports a variety of verifiable distributed aggregation functions.
|
Package prio3 supports a variety of verifiable distributed aggregation functions. |
|
mhcv
Package mhcv is a VDAF for aggregating vectors of Booleans with bounded weight.
|
Package mhcv is a VDAF for aggregating vectors of Booleans with bounded weight. |
|
sum
Package sum is a VDAF for aggregating integers in a pre-determined range.
|
Package sum is a VDAF for aggregating integers in a pre-determined range. |
|
sumvec
Package sumvec is a VDAF for aggregating vectors of integers in a pre-determined range.
|
Package sumvec is a VDAF for aggregating vectors of integers in a pre-determined range. |
Click to show internal directories.
Click to hide internal directories.