You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief description of what this project does and its core value proposition.
11
+
A collection of zero-knowledge circuits written in Noir for creating Web Proofs. These circuits enable secure authentication, HTTP request verification, and JSON data extraction in zero-knowledge applications.
8
12
9
13
## Features
10
14
11
-
- Key feature one with a brief explanation
12
-
- Key feature two with a brief explanation
13
-
- ...
15
+
-**Encryption/Plaintext Authentication Circuit**: Verify encrypted data and authenticate plaintext without revealing sensitive information
16
+
-**HTTP Parser and Header Locker**: Parse and lock HTTP headers in zero-knowledge proofs, ensuring request integrity
17
+
-**JSON Parser/Extractor**: Extract and verify specific fields from JSON data within zero-knowledge proofs
18
+
-**Constraint Counter**: Utility to analyze R1CS constraint counts for circuit optimization
14
19
15
20
## Getting Started
16
21
17
-
These instructions will help you get a copy of the project up and running on your local machine.
22
+
These instructions will help you get the circuits up and running on your local machine.
18
23
19
24
### Prerequisites
20
25
21
-
What things you need to install and how to install them:
26
+
You'll need to have Rust and Cargo installed on your system. Then, install the `just` command runner:
0 commit comments