junyechen1996 / draft-chen-cfrg-vdaf-pine

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

Change type of `l2_norm_bound` from `float` to `int` #87

Closed cjpatton closed 4 months ago

cjpatton commented 4 months ago

The caller is expected to compute it as floor(b * 2**num_frac_bits) where b is the real-valued L2-norm.

cjpatton commented 4 months ago

@albertpl please take another look.