Skip to content

Commit

Permalink
Update existing components
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmilson committed Feb 6, 2025
1 parent ddd1549 commit 800a68f
Show file tree
Hide file tree
Showing 27 changed files with 5,272 additions and 2,331 deletions.
8 changes: 4 additions & 4 deletions stwo_cairo_verifier/crates/cairo_air/src/components.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ use stwo_verifier_core::ColumnSpan;
use stwo_verifier_core::circle::CirclePoint;
use stwo_verifier_core::fields::qm31::QM31;

pub mod addr_to_id;
pub mod genericopcode;
pub mod id_to_f252;
pub mod range_check;
pub mod memory_address_to_id;
pub mod generic_opcode;
pub mod memory_id_to_big;
pub mod range_check_vector;
pub mod ret_opcode;
pub mod verify_instruction;

Expand Down

This file was deleted.

Loading

0 comments on commit 800a68f

Please sign in to comment.