Skip to content

Commit

Permalink
Remove pub
Browse files Browse the repository at this point in the history
  • Loading branch information
hacpy committed Dec 15, 2021
1 parent c1e8825 commit b208f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ pub mod util {

pub use crate::{
ecmult::{
ecmult_wasm, odd_multiples_table, ECMULT_TABLE_SIZE_A, ECMULT_TABLE_SIZE_G, WINDOW_A,
WINDOW_G,
odd_multiples_table, ECMULT_TABLE_SIZE_A, ECMULT_TABLE_SIZE_G, WINDOW_A, WINDOW_G,
},
group::{globalz_set_table_gej, set_table_gej_var, AFFINE_INFINITY, JACOBIAN_INFINITY},
};
Expand Down

0 comments on commit b208f8a

Please sign in to comment.