junyechen1996 / draft-chen-cfrg-vdaf-pine

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

Reduce unit test runtime #54

Closed junyechen1996 closed 7 months ago

junyechen1996 commented 8 months ago

One way is to add internal operational parameters as optional parameters

cjpatton commented 7 months ago

@junyechen1996 I don't think we need this anymore. The tests finish in a reasonable amount of time (about 6 seconds on my machine). A real implementation of PINE would be much faster; this doesn't need to be fast because it's just the reference code.