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
feat: add zk-nullifier example with single and batch proof support
- Add nullifier circuit with Poseidon hash for single nullifier creation
- Add batch nullifier circuit for creating 4 nullifiers with single proof
- Include setup script for circuit compilation and key generation
- Add e2e tests for both single and batch nullifier creation
- Remove incomplete mixer and shielded-pool examples
Copy file name to clipboardExpand all lines: zk/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ You can use Light to:
12
12
13
13
**Full Examples:**
14
14
15
-
-**[zk-id](./zk/zk-id)** - Identity verification using Groth16 proofs. Issuers create credentials; users prove ownership without revealing the credential.
15
+
-**[zk-id](./zk-id)** - Identity verification using Groth16 proofs. Issuers create credentials; users prove ownership without revealing the credential.
16
+
-**[shielded-pool](./shielded-pool)** - Privacy-preserving SOL pool (Tornado Nova port). UTXO model with arbitrary amounts, encrypted outputs, and relayer support.
0 commit comments