Skip to content

Commit

Permalink
Configuration fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Mar 30, 2024
1 parent 1e72f29 commit a5c1c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/relic_epx.h
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ typedef iso2_st *iso2_t;
#elif EP_MUL == LWNAF
#define ep2_mul(R, P, K) ep2_mul_lwnaf(R, P, K)
#elif EP_MUL == LWREG
#define ep2_mul(R, P, K) ep2_mul_lwnaf(R, P, K)
#define ep2_mul(R, P, K) ep2_mul_lwreg(R, P, K)
#endif

/**
Expand Down

0 comments on commit a5c1c9e

Please sign in to comment.