Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Jul 8, 2024
1 parent 024de7c commit 610eab2
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,28 @@ security considerations for VDAFs.

10:

* Rename FlpGeneric to FlpBBCGGI19 and IdpfPoplar to IdpfBBCGGI21.
* Define Prio3MultihotCountVec, a variant of Prio3 for aggregating bit vectors
with bounded weight.

* FLP: Allow the output of the circuit to be a vector. This makes it possible
to skip joint randomness derivation in more cases.

* Poplar1: On the first round of preparation, handle `None` as an error.
Previously this message was interpreted as a length-3 vector of zeros.

* Prio3: Move specification of the field from the FLP validity circuit to the
VDAF itself.

* Clarify the extent to which the attacker controls the network in our threat
models for privacy and robustness.

* Clean up various aspects of the code, including: follow existing
object-oriented programming patterns for Python more closely; make the type
hints enforceable; and avoid shadowing variables.

* Poplar1: Align terminology with {{BBCGGI23}}.

* IDPF: Add guidance for encoding byte strings as indices.

09:

Expand Down

0 comments on commit 610eab2

Please sign in to comment.