Skip to content

Commit

Permalink
Merge pull request #286 from relic-toolkit/kss16
Browse files Browse the repository at this point in the history
Quick simplification.
  • Loading branch information
dfaranha authored Feb 6, 2024
2 parents eabc119 + 047d532 commit 3c2282e
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 @@ -211,7 +211,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 @@ -305,7 +305,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 3c2282e

Please sign in to comment.