-
### Aim
Before https://github.com/noir-lang/noir/pull/5696 was merged (i.e. syncing at commit https://github.com/noir-lang/noir/commit/2882eaeb176988bb3d216d091c0e239f5b80f276), `nargo debug` exhib…
-
Noir is pitched as being approachable like Rust, which is very true for how it looks and is written, but has fundamental differences here and there that need to be worked around.
For instance:
- Canno…
jzaki updated
1 month ago
-
```[tasklist]
### Prerequisites
- [ ] https://github.com/noir-lang/noir/pull/5072
- [ ] https://github.com/noir-lang/noir/pull/5166
```
Following PR https://github.com/noir-lang/noir/pull/5072,…
-
Proposal: https://hackmd.io/Tkzo_ryvTsWMPESmWHPiZw?view
```[tasklist]
### Core Tasks for Noir 1.0
- [ ] https://github.com/noir-lang/noir/issues/4586
- [ ] https://github.com/noir-lang/noir/issu…
-
### Problem
Noir master is currently compatible against Barretenberg v0.46.1, but not v0.47.1.
The new Barretenberg v0.47.1 offers the ability to generate Honk Solidity verifiers, which could be u…
-
# General Grant Proposal
* **Project:** Porting over zk-kit circuits from Circom to Noir - 1 https://github.com/privacy-scaling-explorations/acceleration-program/issues/45
## Project Overview :pag…
-
# Problem
It's currently not obvious when we're calling an unconstrained function (and introducing unconstrained values into the circuit). It's then quite difficult to rule out that any under-const…
-
-
### Aim
I am trying to write a rollup circuit that can verify proofs from many sub circuits. Then, the rollup circuit needs to call std::verify_proof() multiple times to verify proofs from sub circ…
-
### Problem
Unquoting inside string literals doesn't work
### Happy Case
This should work:
```rust
fn main() {
comptime {
let x = 3;
let q = quote { x is $x };
a…