Skip to content

Commit

Permalink
Nonam3e/mv icicle m31 (#590)
Browse files Browse the repository at this point in the history
## Describe the changes

This PR moves icicle-m31 package in rust/ wrappers from rust_v3/

---------

Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
Co-authored-by: ChickenLover <romangg81@gmail.com>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 68fe909 commit 4e27a82
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 228 deletions.
1 change: 1 addition & 0 deletions wrappers/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [
"icicle-curves/icicle-bn254",
"icicle-curves/icicle-grumpkin",
"icicle-fields/icicle-babybear",
"icicle-fields/icicle-m31",
"icicle-fields/icicle-stark252",
]
exclude = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {

// Construct the path to icicle source directory
let main_dir = env::current_dir().expect("Failed to get current directory");
let icicle_src_dir = PathBuf::from(format!("{}/../../../../icicle_v3", main_dir.display()));
let icicle_src_dir = PathBuf::from(format!("{}/../../../../icicle", main_dir.display()));

println!("cargo:rerun-if-env-changed=CXXFLAGS");
println!("cargo:rerun-if-changed={}", icicle_src_dir.display());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ pub(crate) mod tests {
impl_vec_ops_tests!(ExtensionField);
}
}

226 changes: 0 additions & 226 deletions wrappers/rust_v3/icicle-core/src/msm/tests.rs

This file was deleted.

0 comments on commit 4e27a82

Please sign in to comment.