Skip to content

Commit

Permalink
added circuits and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1io committed Sep 8, 2024
1 parent d56dd48 commit ee52a07
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extension": ["ts"],
"require": "ts-node/register",
"spec": "tests/**/*.test.ts",
"timeout": 100000,
"timeout": 10000000000,
"exit": true
}
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Circomkit template
# Sha256-var-circom

This is borrowed from
1. [snark-jwt-verify](https://github.com/TheFrozenFire/snark-jwt-verify/tree/master)
2. [sha256-var-circom](https://github.com/noway/sha256-var-circom)
And maintained here for more ease.

Changes made:
1. Removed references to `snark-jwt-verify` for circomlib and using official release of circomlib
2. Converted tests to support circomkit
3. Updated circom version
4 changes: 2 additions & 2 deletions circuits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"add": {
"file": "add",
"template": "Add"
"file": "sha256Var",
"template": "sha256Var"
}
}
10 changes: 0 additions & 10 deletions circuits/add.circom

This file was deleted.

20 changes: 0 additions & 20 deletions tests/add.test.ts

This file was deleted.

0 comments on commit ee52a07

Please sign in to comment.