mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-06 18:56:40 +01:00
sha256 done
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user