divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Switch to VDAF-13. #3504

Open branlwyd opened 1 day ago

branlwyd commented 1 day ago

I currently pin to a specific commit in libprio-rs tracking the VDAF-13 implementation, as the implementation is currently ongoing. I am fairly confident that the only breaking interface changes have already been implemented: there is a new "application context string", which is computed as the concatenation of hte current DAP draft in use & the task ID.

Also, bump the version tag while I'm at it, since I touched it anyway.

branlwyd commented 1 day ago

Part of #3436.