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,7 +8,7 @@ template Main() {
component sha256_2 = Sha256_2();
sha256_2.a <== a;
sha256_2.b <== a;
sha256_2.b <== b;
out <== sha256_2.out;
}