sha256 done

This commit is contained in:
Jordi Baylina
2018-09-14 07:09:58 +02:00
parent 2ebd68be6f
commit 431a691963
31 changed files with 507 additions and 452 deletions

View File

@@ -8,9 +8,9 @@ template T2() {
signal input c[32];
signal output out[32];
component sum = Sum(32, 2);
component sum = BinSum(32, 2);
component bigsigma0 = Sigma(2, 13, 22);
component bigsigma0 = BigSigma(2, 13, 22);
component maj = Maj(32);
for (var k=0; k<32; k++) {