Skip to content

Commit

Permalink
Quick simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Aug 22, 2023
1 parent dda4844 commit 047d532
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/epx/relic_ep2_curve.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ void ep2_curve_init(void) {
}
#endif
#endif
ep2_set_infty(ctx->ep2_g);
bn_make(&(ctx->ep2_r), RLC_FP_DIGS);
bn_make(&(ctx->ep2_h), RLC_FP_DIGS);

Expand Down
1 change: 0 additions & 1 deletion src/epx/relic_ep3_curve.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ void ep3_curve_init(void) {
}
#endif
#endif
ep3_set_infty(ctx->ep3_g);
bn_make(&(ctx->ep3_r), RLC_FP_DIGS);
bn_make(&(ctx->ep3_h), RLC_FP_DIGS);
}
Expand Down
1 change: 0 additions & 1 deletion src/epx/relic_ep4_curve.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ void ep4_curve_init(void) {
}
#endif
#endif
ep4_set_infty(ctx->ep4_g);
bn_make(&(ctx->ep4_r), RLC_FP_DIGS);
bn_make(&(ctx->ep4_h), RLC_FP_DIGS);
}
Expand Down
1 change: 0 additions & 1 deletion src/epx/relic_ep8_curve.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ void ep8_curve_init(void) {
}
#endif
#endif
ep8_set_infty(ctx->ep8_g);
bn_make(&(ctx->ep8_r), RLC_FP_DIGS);
bn_make(&(ctx->ep8_h), RLC_FP_DIGS);
}
Expand Down

0 comments on commit 047d532

Please sign in to comment.