Skip to content

Commit 2499331

Browse files
authored
Update INSPIRATION.md
1 parent dbb9f1c commit 2499331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackathons/INSPIRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Noir does not compile to a specific proof system, so you can implement an entire
4040

4141
### Verifiers
4242

43-
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.
43+
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.
4444

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

0 commit comments

Comments
 (0)