junyechen1996 / draft-chen-cfrg-vdaf-pine

VDAF to support aggregating real number vectors with L2-norm bound
Other
5 stars 0 forks source link

Implement VDAF preparation, and enable tests #38

Closed junyechen1996 closed 11 months ago

junyechen1996 commented 1 year ago

Reviewer's note: stacked PR on #35

junyechen1996 commented 11 months ago

One high level thing: Is there anything we can do to reduce the runtime of the tests?

Turns out I forgot to increase the chunk length in vdaf_pine.py. The unit test time should reduce significantly now, ~5s. It's still not super ideal, but I will try to reduce the time further when I have time to add more tests, for both happy and sad cases.