cloudflare / daphne

Implementation of DAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to the latest version of `prio`

cjpatton opened this issue · comments

We're in the midst of upgrading prio to the latest VDAF draft: divviup/libprio-rs#839

The next major release will include support for the new draft. In the meantime, we're checking out specific revisisions on main as new features are implemented.

This is issue is to track pointing to the new release. See #435 (comment)_

Next version will be 0.16.0 and will include a variety of breaking changes. Namely:

  • "prio2" feature moved to "experimental"
  • encode() is now fallible
  • Implementation of XofHmacSha256Aes128 was upstreamed
  • Other stuff I don't know off the top of my head.