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
pedersen_old.circom
26: var nexps = ((n-1) \ 250) + 1;
escalarmulfix.circom
238: var nsegments = (n-1)\246 +1; // 249 probably would work. But I'm not sure and for security I keep 246
254: nWindows = ((nseg - 1)\3)+1;
gates.circom
81: var n1 = n\2;
82: var n2 = n-n\2;
pedersen_old.circom
26: var nexps = ((n-1) \ 250) + 1;
escalarmulfix.circom
238: var nsegments = (n-1)\246 +1; // 249 probably would work. But I'm not sure and for security I keep 246
254: nWindows = ((nseg - 1)\3)+1;
gates.circom
81: var n1 = n\2;
82: var n2 = n-n\2;
pedersen.circom
192: var nSegments = ((n-1)\200)+1;
202: nWindows = ((nBits - 1)\4)+1;
escalarmulany.circom
135: var nsegments = (n-1)\148 +1;
sha256/sha256.circom
16: nBlocks = ((nBits + 64)\512)+1;
The text was updated successfully, but these errors were encountered: