https://github.com/worldfnd/ProveKit
Client side zero-knowledge proving.
https://github.com/worldfnd/ProveKit
Last synced: about 2 months ago
JSON representation
Client side zero-knowledge proving.
- Host: GitHub
- URL: https://github.com/worldfnd/ProveKit
- Owner: worldfnd
- Created: 2024-11-29T11:58:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:37:45.000Z (2 months ago)
- Last Synced: 2025-02-23T17:32:51.705Z (2 months ago)
- Language: Rust
- Size: 433 KB
- Stars: 42
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-noir - ProveKit (Recursive Groth16)
README
# ProveKit
Zero-knowledge proof toolkit targeting mobile devices.
## Components
## Dependencies
This project depends on the following libraries, which are developed in lockstep:
- [🌪️ WHIR](https://github.com/WizardOfMenlo/whir)
- [Nimue](https://github.com/arkworks-rs/nimue)
- [gnark-skyscraper](https://github.com/reilabs/gnark-skyscraper)
- [gnark-nimue](https://github.com/reilabs/gnark-nimue)
- [gnark-whir](https://github.com/reilabs/gnark-whir)
- [noir](https://github.com/noir-lang/noir)