daphne
daphne copied to clipboard
Implementation of DAP
Based on #648 (merge that first). Partially addresses #618. Split the existing FLP circuit into two: 1. One that computes the squared norm bound and checks that it is equal...
Based on #649 (merge that first). This PR implements the following optimizations for PINE: https://github.com/junyechen1996/draft-chen-cfrg-vdaf-pine/pull/96 https://github.com/junyechen1996/draft-chen-cfrg-vdaf-pine/pull/97
- [X] Upstream implementation of draft 00. - [x] Replace VDAF test driver with the new one in the `prio` crate (with feature `"test-utils"`). - [x] Plumb into daphne configuration....
This feature was needed to store state in a DO across HTTP requests. This feature is no longer needed since we dropped support for draft-ietf-ppm-dap-02.
This allows for easier decoding of DAP outputs Using this ``` cargo run --bin dapf -- decode ./path/to/collection_output collection \ --vdaf-config '{"prio3": { "sum": { "bits": 8 } } }'...