mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 19:26:43 +01:00
First iteration sha256
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
include "gates.jaz";
|
||||
include "rotate.jaz";
|
||||
include "xor3.circom";
|
||||
include "rotate.circom";
|
||||
|
||||
template Sigma(ra, rb, rc) {
|
||||
signal input in;
|
||||
signal input in[32];
|
||||
signal output out;
|
||||
|
||||
component xor3 = Xor3(32);
|
||||
|
||||
Reference in New Issue
Block a user