Skip to content

Commit

Permalink
Merge pull request #485 from eeemmmmmm/patch-1
Browse files Browse the repository at this point in the history
fix 404 link INSPIRATION.md
  • Loading branch information
critesjosh authored Jan 29, 2025
2 parents dbb9f1c + 2499331 commit ccb0768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackathons/INSPIRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Noir does not compile to a specific proof system, so you can implement an entire

### Verifiers

The default UltraPlonk proving backend of Noir, [barretenberg](https://github.com/AztecProtocol/barretenberg), is currently capable of generating verifiers in [C++](https://github.com/noir-lang/aztec-connect/blob/kw/noir-dsl/barretenberg/src/aztec/plonk/proof_system/verifier/verifier.cpp) and [Solidity](https://github.com/noir-lang/aztec_backend/blob/master/common/src/contract/turbo_verifier.rs). You could extend barretenberg to generate verifiers implementable on other execution environments like Solana, Cosmos, Aptos, Sui, NEAR, Algorand, etc.
The default UltraPlonk proving backend of Noir, [barretenberg](https://github.com/AztecProtocol/barretenberg), is currently capable of generating verifiers in [C++](https://github.com/noir-lang/aztec-connect/blob/kw/noir-dsl/barretenberg/src/aztec/plonk/proof_system/verifier/verifier.cpp) and [Solidity](https://github.com/noir-lang/acvm-backend-barretenberg/blob/master/src/smart_contract.rs). You could extend barretenberg to generate verifiers implementable on other execution environments like Solana, Cosmos, Aptos, Sui, NEAR, Algorand, etc.

This is only relevant for Noir specifically (not Aztec).

Expand Down

0 comments on commit ccb0768

Please sign in to comment.