Skip to content

Commit 82621af

Browse files
authored
increase circom version, and remove duplicate lib (#38)
1 parent 653c78f commit 82621af

20 files changed

+12
-694
lines changed

circuits/aes-gcm/gfmul_int.circom

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma circom 2.0.0;
1+
pragma circom 2.1.9
22

33
include "vclmul_emulator.circom";
44
include "helper_functions.circom";

circuits/aes-gcm/helper_functions.circom

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright © 2022, Electron Labs
2-
pragma circom 2.0.0;
1+
pragma circom 2.1.9
32

43
include "../lib_circuits/bitify.circom";
54
include "../lib_circuits/gates.circom";

circuits/aes-gcm/lib_circuits/aliascheck.circom

-33
This file was deleted.

circuits/aes-gcm/lib_circuits/binsum.circom

-101
This file was deleted.

circuits/aes-gcm/lib_circuits/bitify.circom

-106
This file was deleted.

circuits/aes-gcm/lib_circuits/comparators.circom

-141
This file was deleted.

0 commit comments

Comments
 (0)