Skip to content

Commit 26fc847

Browse files
authored
fix: add 512b circuits back (#84)
* add 512B back * update package version
1 parent 34c23ef commit 26fc847

6 files changed

Lines changed: 26 additions & 1 deletion
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pragma circom 2.1.9;
2+
3+
include "../../circuits/http/verification.circom";
4+
5+
component main { public [step_in] } = HTTPVerification(512, 10);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pragma circom 2.1.9;
2+
3+
include "../../circuits/json/nivc/extractor.circom";
4+
5+
component main { public [step_in] } = MaskExtractFinal(512, 50);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pragma circom 2.1.9;
2+
3+
include "../../circuits/json/nivc/masker.circom";
4+
5+
component main { public [step_in] } = JsonMaskArrayIndexNIVC(512, 10);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pragma circom 2.1.9;
2+
3+
include "../../circuits/json/nivc/masker.circom";
4+
5+
component main { public [step_in] } = JsonMaskObjectNIVC(512, 10, 10);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pragma circom 2.1.9;
2+
3+
include "../../circuits/chacha20/nivc/chacha20_nivc.circom";
4+
5+
component main { public [step_in] } = ChaCha20_NIVC(512);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-prover-circuits",
33
"description": "ZK Circuits for WebProofs",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)