Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mfachal committed Apr 26, 2023
1 parent 736db30 commit 927b9da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ use crate::{
bigint_utils::{bigint_to_uint256, hi_max_bitlen, nondet_bigint3},
ec_utils::{
compute_doubling_slope, compute_slope, di_bit, fast_ec_add_assign_new_x,
fast_ec_add_assign_new_y, import_secp256r1_n, import_secp256r1_p,
import_secp256r1_alpha, quad_bit,
fast_ec_add_assign_new_y, import_secp256r1_alpha, import_secp256r1_n,
import_secp256r1_p, quad_bit,
},
field_utils::{
is_zero_assign_scope_variables, is_zero_assign_scope_variables_external_const,
Expand Down

0 comments on commit 927b9da

Please sign in to comment.