mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Spelling fixes
This commit is contained in:
@@ -7,7 +7,7 @@ This component creates a binary sum componet of ops operands and n bits each ope
|
||||
|
||||
e is Number of carries: Depends on the number of operands in the input.
|
||||
|
||||
Main Constrain:
|
||||
Main Constraint:
|
||||
in[0][0] * 2^0 + in[0][1] * 2^1 + ..... + in[0][n-1] * 2^(n-1) +
|
||||
+ in[1][0] * 2^0 + in[1][1] * 2^1 + ..... + in[1][n-1] * 2^(n-1) +
|
||||
+ ..
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
include "constants.jaz";
|
||||
include "t1.jaz";
|
||||
include "t2.jaz";
|
||||
include "sum.jaz";
|
||||
include "binsum.jaz";
|
||||
include "sigmaplus.jaz";
|
||||
|
||||
template sha256compression() {
|
||||
|
||||
Reference in New Issue
Block a user