Skip to content

Commit

Permalink
remove unused dependency paths
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Oct 29, 2024
1 parent b91426a commit 15a53e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion circuits/aes-gcm/aes-gcm.circom
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pragma circom 2.1.9;

include "ghash.circom";
include "aes/cipher.circom";
include "circomlib/circuits/bitify.circom";
include "utils.circom";
include "gctr.circom";

Expand Down
4 changes: 0 additions & 4 deletions circuits/aes-gcm/aes-gctr-foldable.circom
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
pragma circom 2.1.9;

include "aes/cipher.circom";
include "circomlib/circuits/bitify.circom";
include "circomlib/circuits/mux2.circom";
include "circomlib/circuits/comparators.circom";
include "circomlib/circuits/gates.circom";
include "utils.circom";
include "gctr.circom";

Expand Down
1 change: 0 additions & 1 deletion circuits/aes-gcm/ghash_gmul.circom
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pragma circom 2.1.9;

include "circomlib/circuits/comparators.circom"; // isZero
include "utils.circom"; // bitwise right shift
include "circomlib/circuits/mux1.circom"; // multiplexer

Expand Down

0 comments on commit 15a53e1

Please sign in to comment.