ZKP Toolkit
Zero-Knowledge Proof utilities powered by simulated ZK circuits.
Features
| Operation | Command | Description |
|---|---|---|
| Prove | --prove <statement> --witness <secret> |
Generate ZK-SNARK proof |
| Verify | --verify <proofId> |
Verify an existing proof |
| Key Gen | --keygen <scope> [--permissions read,write] |
Generate ZK audit key pair |
| Age Proof | --age-proof <birthDate> <minAge> |
Prove age >= minimum |
| Balance Proof | --balance-proof <balance> <minBalance> |
Prove balance >= minimum |
| Rollup | --rollup <txCount> |
Create ZK-Rollup batch |
| Benchmark | --benchmark |
Compare ZK systems performance |