Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Mar 20, 2024
1 parent f5c9b0f commit fae9280
Show file tree
Hide file tree
Showing 20 changed files with 665 additions and 462 deletions.
6 changes: 3 additions & 3 deletions noir-projects/aztec-nr/aztec/src/context.nr
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ mod inputs;

mod private_context;
mod public_context;
mod avm_context;
mod interface;
mod avm;

use private_context::PrivateContext;
use interface::ContextInterface;
use private_context::PrivateContext;
use public_context::PublicContext;
use avm::AVMContext;
use avm_context::AVMContext;

struct Context {
private: Option<&mut PrivateContext>,
Expand Down
172 changes: 0 additions & 172 deletions noir-projects/aztec-nr/aztec/src/context/avm.nr

This file was deleted.

Loading

0 comments on commit fae9280

Please sign in to comment.