Fix typo
This commit is contained in:
parent
fa33017135
commit
271582b3b7
@ -2240,7 +2240,7 @@ void test_ge(void) {
|
|||||||
/* Test batch gej -> ge conversion with many infinities. */
|
/* Test batch gej -> ge conversion with many infinities. */
|
||||||
for (i = 0; i < 4 * runs + 1; i++) {
|
for (i = 0; i < 4 * runs + 1; i++) {
|
||||||
random_group_element_test(&ge[i]);
|
random_group_element_test(&ge[i]);
|
||||||
/* randomly set half the points to infinitiy */
|
/* randomly set half the points to infinity */
|
||||||
if(secp256k1_fe_is_odd(&ge[i].x)) {
|
if(secp256k1_fe_is_odd(&ge[i].x)) {
|
||||||
secp256k1_ge_set_infinity(&ge[i]);
|
secp256k1_ge_set_infinity(&ge[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user