Skip to content

Commit

Permalink
add 256b circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Feb 10, 2025
1 parent f685e6a commit 10d3820
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builds/target_256b/http_verification_256b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/http/verification.circom";

component main { public [step_in] } = HTTPVerification(256, 25, 11);
5 changes: 5 additions & 0 deletions builds/target_256b/json_extraction_256b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/json/extraction.circom";

component main { public [step_in] } = JSONExtraction(256, 10, 11);
5 changes: 5 additions & 0 deletions builds/target_256b/plaintext_authentication_256b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/chacha20/authentication.circom";

component main { public [step_in] } = PlaintextAuthentication(256, 11);

0 comments on commit 10d3820

Please sign in to comment.