-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Solana Verifier | ||
|
||
A Groth16 verifier implementation for Solana using BN254 precompiles. This crate verifies Groth16 proofs generated with SP1, leveraging Solana's BN254 precompiles for efficient cryptographic operations. | ||
|
||
## Features | ||
|
||
- **Groth16 Proof Verification**: Implements the Groth16 protocol for zero-knowledge proof verification. | ||
- **Solana BN254 Precompiles**: Leverages Solana's native BN254 precompiles for optimized performance. | ||
- **Easy Integration**: Seamlessly integrates with existing Solana programs and infrastructure. | ||
- **Extensible**: Built with modularity in mind, allowing for future enhancements and integrations. | ||
|
||
## Installation | ||
|
||
Add `solana-verifier` to your `Cargo.toml`: | ||
|
||
```toml | ||
[dependencies] | ||
solana-verifier = { git = "https://github.com/0xWOLAND/groth16-verifier" } | ||
``` | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters