-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: repo cleaning, remove unused code paths (#84)
* explicitly include circomlib. cloned and installed circomlib in circuits directory. Fixes circom-lsp path issues. * silence logs in tests * fix or rm deprecated or broken tests * fix or rm deprecated or broken tests 2 * comment out slow tests * rm circomlib * checkpoint * fix paths * checkoutpoint * aes tests * common tests * GHASH test cleanup * hash test cleanup * crema labs attribution * contributor broken link * remove client directory --------- Co-authored-by: Waylon Jepsen <[email protected]>
- Loading branch information
Showing
63 changed files
with
1,112 additions
and
14,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ target | |
/.vscode | ||
|
||
|
||
circomlib | ||
node_modules/* | ||
|
||
build/* | ||
ptau/* | ||
client/node_modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
circuits/aes-ctr/key_expansion.circom → circuits/aes-gcm/aes/key_expansion.circom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
circuits/aes-ctr/mix_columns.circom → circuits/aes-gcm/aes/mix_columns.circom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
circuits/aes-ctr/sbox128.circom → circuits/aes-gcm/aes/sbox128.circom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
circuits/aes-ctr/tbox.circom → circuits/aes-gcm/aes/tbox.circom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
circuits/aes-ctr/transformations.circom → circuits/aes-gcm/aes/transformations.circom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.