Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Sep 26, 2024
1 parent 3df9ca0 commit 91edfbd
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 872 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ path = "src/utils.rs"
default = []
# default = [ "grinding" ]
grinding = []
avx256 = ["arith/avx256"]

[workspace]
members = ["arith", "bi-kzg"]
Expand Down
2 changes: 0 additions & 2 deletions arith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ harness = false
name = "ext_field"
harness = false

[features]
avx256 = []
4 changes: 0 additions & 4 deletions arith/src/extension_field.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
mod fr_ext;
// mod gf2_127;
mod gf2_128;
mod gf2_128x8;
mod m31_ext;
mod m31_ext3x16;
use crate::{Field, FieldSerde};

// pub use gf2_127::*;
pub use gf2_128::*;
pub use gf2_128x8::GF2_128x8;
#[cfg(target_arch = "x86_64")]
pub use gf2_128x8::GF2_128x8_256;
pub use m31_ext::M31Ext3;
pub use m31_ext3x16::M31Ext3x16;

Expand Down
9 changes: 0 additions & 9 deletions arith/src/extension_field/gf2_127.rs

This file was deleted.

Loading

0 comments on commit 91edfbd

Please sign in to comment.