https://github.com/zulu-network/bitvm-groth16-verifier
https://github.com/zulu-network/bitvm-groth16-verifier
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zulu-network/bitvm-groth16-verifier
- Owner: zulu-network
- Created: 2024-05-14T07:00:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T09:48:28.000Z (12 months ago)
- Last Synced: 2024-08-01T21:42:35.526Z (9 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bitvm - Bitvm Groth16 Verifier
README
# bitvm-groth16-verifier
It's a script of groth16 verifier leverage thw power of [On Proving Pairings](https://eprint.iacr.org/2024/640).
You can find out the rust version [here](https://github.com/zulu-network/prove-on-pairing).
## How to run
```bash
cargo run --release -- -nocapture
``````bash
nohup cargo run --release -- --nocapture > logs/log-1 2>&1 &
```## Reference
* [On Proving Pairings](https://eprint.iacr.org/2024/640)