cfrg / draft-irtf-cfrg-vdaf

VDAF specification
Other
20 stars 15 forks source link

Remove `Field2` #507

Closed cjpatton closed 1 month ago

cjpatton commented 1 month ago

Closes #496.

Use bool for the IDPF control bits instead. Field2 was relevant when we were implementing control bit masking in an earlier version of the draft, but now that we're leaving side channel considerations completely to the implementer (for readability's sake), bool is a little cleaner.