mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-11 16:31:34 +01:00
Organize circuits & tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Absorb();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/chi.circom";
|
||||
include "../../circuits/permutations.circom";
|
||||
|
||||
component main = Chi();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Final(32*8);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/iota.circom";
|
||||
include "../../circuits/permutations.circom";
|
||||
|
||||
component main = Iota(10);
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/iota.circom";
|
||||
include "../../circuits/permutations.circom";
|
||||
|
||||
component main = Iota(3);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Keccak(32*8);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = KeccakfRound(0);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = KeccakfRound(20);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Keccakf();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Pad(32*8);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/rhopi.circom";
|
||||
include "../../circuits/permutations.circom";
|
||||
|
||||
component main = RhoPi();
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Squeeze(32*8);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/theta.circom";
|
||||
include "../../circuits/permutations.circom";
|
||||
|
||||
component main = Theta();
|
||||
|
||||
Reference in New Issue
Block a user