-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
448 additions
and
514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
scarb 2.6.3 | ||
scarb nightly-2024-04-20 | ||
starknet-foundry 0.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,12 @@ | ||
// === DEX BEGIN === | ||
// mod dex; | ||
// === DEX END === | ||
// === RECURSIVE BEGIN === | ||
#[cfg(feature: 'dex')] | ||
mod dex; | ||
#[cfg(feature: 'recursive')] | ||
mod recursive; | ||
// === RECURSIVE END === | ||
// === RECURSIVE_WITH_POSEIDON BEGIN === | ||
// mod recursive_with_poseidon; | ||
// === RECURSIVE_WITH_POSEIDON END === | ||
// === SMALL BEGIN === | ||
// mod small; | ||
// === SMALL END === | ||
// === STARKNET BEGIN === | ||
// mod starknet; | ||
// === STARKNET END === | ||
// === STARKNET_WITH_KECCAK BEGIN === | ||
// mod starknet_with_keccak; | ||
// === STARKNET_WITH_KECCAK END === | ||
|
||
|
||
#[cfg(feature: 'recursive_with_poseidon')] | ||
mod recursive_with_poseidon; | ||
#[cfg(feature: 'small')] | ||
mod small; | ||
#[cfg(feature: 'starknet')] | ||
mod starknet; | ||
#[cfg(feature: 'starknet_with_keccak')] | ||
mod starknet_with_keccak; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
// === RECURSIVE BEGIN === | ||
#[cfg(recursive: 'recursive')] | ||
mod test_fri_commit; | ||
#[cfg(recursive: 'recursive')] | ||
mod test_fri_config; | ||
#[cfg(recursive: 'recursive')] | ||
mod test_fri_verify; | ||
// === RECURSIVE END === | ||
|
||
mod test_fri_formula; | ||
mod test_last_layer; | ||
mod test_next_layer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.