Skip to content

Commit

Permalink
Revert "Chacha20" (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen authored Nov 19, 2024
1 parent e7f246f commit 8aa8b08
Show file tree
Hide file tree
Showing 23 changed files with 123 additions and 967 deletions.
5 changes: 5 additions & 0 deletions builds/target_1024b/aes_gctr_nivc_1024b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

include "../../circuits/aes-gcm/nivc/aes-gctr-nivc.circom";

component main { public [step_in] } = AESGCTRFOLD(1);
5 changes: 0 additions & 5 deletions builds/target_1024b/chacha20_nivc_1024.circom

This file was deleted.

6 changes: 6 additions & 0 deletions builds/target_1024b/http_body_mask_1024b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pragma circom 2.1.9;

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

component main { public [step_in] } = HTTPMaskBodyNIVC(1024);

5 changes: 5 additions & 0 deletions builds/target_1024b/http_lock_header_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/lock_header.circom";

component main { public [step_in] } = LockHeader(1024, 50, 100);
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma circom 2.1.9;

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

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

include "../../circuits/aes-gcm/nivc/aes-gctr-nivc.circom";

component main { public [step_in] } = AESGCTRFOLD(1);
5 changes: 0 additions & 5 deletions builds/target_512b/chacha20_nivc_512b.circom

This file was deleted.

6 changes: 6 additions & 0 deletions builds/target_512b/http_body_mask_512b.circom
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pragma circom 2.1.9;

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

component main { public [step_in] } = HTTPMaskBodyNIVC(512);

5 changes: 5 additions & 0 deletions builds/target_512b/http_lock_header_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/lock_header.circom";

component main { public [step_in] } = LockHeader(512, 50, 100);
5 changes: 5 additions & 0 deletions builds/target_512b/http_parse_and_lock_start_line_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/parse_and_lock_start_line.circom";

component main { public [step_in] } = ParseAndLockStartLine(512, 50, 200, 50);
88 changes: 0 additions & 88 deletions circuits/chacha20/chacha-qr.circom

This file was deleted.

112 changes: 0 additions & 112 deletions circuits/chacha20/chacha-round.circom

This file was deleted.

108 changes: 0 additions & 108 deletions circuits/chacha20/chacha20.circom

This file was deleted.

Loading

0 comments on commit 8aa8b08

Please sign in to comment.