You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly cap allocations inside IPP verification (#202)
This patch eliminates blind allocation of `O(2^k)` array
inside the inner product verification function based
on the untrusted input of `O(k)` length.
For the rangeproof the cap is enforced in the rangeproof layer
that caps the `2^k` to `64*<parties>`.
For the constraint system it could be explicitly written
as a metadata on a proof.
0 commit comments