cloudflare / daphne

Implementation of DAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable all VDAFs except Prio2 in draft-ietf-ppm-dap-02

cjpatton opened this issue · comments

If codepoints change across VDAF versions, then taskprov will end up with different codepoints in different versions. Right now we only intend to support draft-02 and the latest version. Since draft-02 is only compatible with draft-ietf-ppm-dap-02 and we don't need any new VDAFs for this version, let's put in a feature freeze.

  • Update to VDAF-07 (blocked)
  • Update taskprov to latest version
  • For DAP-02, opt-out unless Prio2 is used
  • Bug: Opt-out if unsupported VDAF is indicated (currently we panic)