-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
7cda037
commit 4346bff
Showing
33 changed files
with
36 additions
and
35 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
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,19 +1,5 @@ | ||
[workspace] | ||
members = ["bounded_int"] | ||
|
||
[package] | ||
name = "stwo_cairo_verifier" | ||
version = "0.1.0" | ||
edition = "2024_07" | ||
|
||
[lib] | ||
casm = true | ||
|
||
[tool.fmt] | ||
sort-module-level-items = true | ||
|
||
[dependencies] | ||
bounded_int = { path = "bounded_int" } | ||
|
||
[dev-dependencies] | ||
cairo_test = "2.9.2" | ||
members = [ | ||
"crates/bounded_int", | ||
"crates/verifier_core", | ||
] |
File renamed without changes.
5 changes: 2 additions & 3 deletions
5
..._cairo_verifier/bounded_int/src/lib.cairo → ...verifier/crates/bounded_int/src/lib.cairo
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,7 @@ | ||
//! Utility crate that exports internal corelib function. | ||
//! This crate is compiled with an older edition that does not enforce visibity rules. | ||
|
||
use core::integer::upcast; | ||
use core::internal::bounded_int::{ | ||
BoundedInt, add, constrain, div_rem, sub, AddHelper, ConstrainHelper, DivRemHelper, SubHelper, | ||
AddHelper, BoundedInt, ConstrainHelper, DivRemHelper, SubHelper, add, constrain, div_rem, sub, | ||
}; | ||
|
||
use core::integer::upcast; |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[package] | ||
name = "stwo_verifier_core" | ||
version = "0.1.0" | ||
edition = "2024_07" | ||
|
||
[lib] | ||
casm = true | ||
|
||
[tool.fmt] | ||
sort-module-level-items = true | ||
|
||
[dependencies] | ||
bounded_int = { path = "../bounded_int" } | ||
|
||
[dev-dependencies] | ||
cairo_test = "2.9.2" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions
20
stwo_cairo_verifier/tests/verifier.cairo → ...crates/verifier_core/tests/verifier.cairo
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ontal_fib_128_column_with_blowup_16.cairo → ...ontal_fib_128_column_with_blowup_16.cairo
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...zontal_fib_128_column_with_blowup_2.cairo → ...zontal_fib_128_column_with_blowup_2.cairo
Large diffs are not rendered by default.
Oops, something went wrong.