Skip to content

Commit

Permalink
multi layout cairo public memory switchin config
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jun 11, 2024
1 parent f7bfb6d commit 665932e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/air/public_input.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@ use cairo_verifier::{
air::public_memory::{
Page, PageTrait, ContinuousPageHeader, get_continuous_pages_product, AddrValueSize
},
air::constants::{MAX_ADDRESS, INITIAL_PC}, air::layouts::recursive::constants::segments,
air::constants::{MAX_ADDRESS, INITIAL_PC},
// === DEX BEGIN ===
// air::layouts::dex::constants::segments,
// === DEX END ===
// === RECURSIVE BEGIN ===
air::layouts::recursive::constants::segments,
// === RECURSIVE END ===
// === RECURSIVE_WITH_POSEIDON BEGIN ===
// air::layouts::recursive_with_poseidon::constants::segments,
// === RECURSIVE_WITH_POSEIDON END ===
// === SMALL BEGIN ===
// air::layouts::small::constants::segments,
// === SMALL END ===
// === STARKNET BEGIN ===
// air::layouts::starknet::constants::segments,
// === STARKNET END ===
// === STARKNET_WITH_KECCAK BEGIN ===
// air::layouts::starknet_with_keccak::constants::segments,
// === STARKNET_WITH_KECCAK END ===
domains::StarkDomains,
common::{
array_extend::ArrayExtend, array_append::ArrayAppendTrait,
Expand Down

0 comments on commit 665932e

Please sign in to comment.