File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2162,7 +2162,7 @@ int main(void) {
2162
2162
2163
2163
util_banner ("Benchmarks for the EPX module:" , 0 );
2164
2164
2165
- if (ep_param_set_any_pairf () != RLC_OK ) {
2165
+ if (pc_param_set_any () != RLC_OK ) {
2166
2166
RLC_THROW (ERR_NO_CURVE );
2167
2167
core_clean ();
2168
2168
return 0 ;
@@ -2190,7 +2190,7 @@ int main(void) {
2190
2190
arith3 ();
2191
2191
}
2192
2192
2193
- if ((r2 = ep4_curve_is_twist ())) {
2193
+ if ((r2 = ep4_curve_is_twist () || ep4_curve_is_super () )) {
2194
2194
ep_param_print ();
2195
2195
2196
2196
util_banner ("Utilities:" , 1 );
Original file line number Diff line number Diff line change 37
37
/*============================================================================*/
38
38
39
39
void ep4_frb (ep4_t r , const ep4_t p , int i ) {
40
- fp4_t t , u ;
41
40
if (ep4_curve_is_twist ()) {
42
41
ep4_copy (r , p );
43
42
for (; i > 0 ; i -- ) {
You can’t perform that action at this time.
0 commit comments