privacy/aztec.md

the private rollup on ethereum: contracts keep private state in encrypted notes, users prove correct execution client-side, and a public L1 settles the aggregate. Noir, its language, compiles ordinary-looking programs into circuits — privacy as a compiler target, not a ritual

the lesson: private computation and public consensus can share one settlement layer — the split between what is proven and what is shown is drawn per contract, exactly the aggregate-public individual-private boundary bbg draws per block

privacy · privacy/aleo

Homonyms

neural/trident/os/aztec
Aztec [← Target Reference](/neural/trident/reference/targets) | VM: [Aztec/Noir](/neural/trident/vm/aztec/readme) Runtime Parameters | Parameter | Value | |---|---| | VM | Aztec/Noir | | Runtime binding | `aztec.ext.*` | | Account model | Note (private UTXO) + public storage | | Storage model |…
neural/trident/vm/aztec
Aztec (Noir / AVM) [← Target Reference](/neural/trident/reference/targets) VM Parameters | Parameter | Value | |---|---| | Architecture | Circuit (ACIR) + Register (public AVM) | | Field | BN254 scalar field 254-bit | | Field bits | 254 | | Hash function | Poseidon2 (Pedersen for commitments) | |…

Graph