Spelling fixes

This commit is contained in:
Jordi Baylina
2018-09-09 14:08:15 +02:00
parent 14e6c291fd
commit 9c67e47588
7 changed files with 38 additions and 38 deletions

View File

@@ -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) +
+ ..

View File

@@ -2,7 +2,7 @@
include "constants.jaz";
include "t1.jaz";
include "t2.jaz";
include "sum.jaz";
include "binsum.jaz";
include "sigmaplus.jaz";
template sha256compression() {