Skip to content

Commit

Permalink
Fix/artifacts (#42)
Browse files Browse the repository at this point in the history
* add http nivc to builds

* update package
  • Loading branch information
lonerapier authored Nov 13, 2024
1 parent 1e5bf4e commit 7f4cdc1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ ir_log/*
log_input_signals.txt
*.bin
*.r1cs
builds/**/*.bin
builds/**/*.r1cs
builds/**/artifacts/
5 changes: 5 additions & 0 deletions builds/target_1024b/http_nivc_1024b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/http/nivc/http_nivc.circom";

component main { public [step_in] } = HttpNIVC(1024, 5);
5 changes: 5 additions & 0 deletions builds/target_512b/http_nivc_512b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/http/nivc/http_nivc.circom";

component main { public [step_in] } = HttpNIVC(512, 5);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-prover-circuits",
"description": "ZK Circuits for WebProofs",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f4cdc1

Please sign in to comment.