Help the compiler prove that a loop is entered
This commit is contained in:
parent
fd491ea1bb
commit
8a7273465b
@ -22,6 +22,9 @@ static void secp256k1_ecmult_gen_compute_table(secp256k1_ge_storage* table, cons
|
|||||||
secp256k1_gej nums_gej;
|
secp256k1_gej nums_gej;
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
VERIFY_CHECK(g > 0);
|
||||||
|
VERIFY_CHECK(n > 0);
|
||||||
|
|
||||||
/* get the generator */
|
/* get the generator */
|
||||||
secp256k1_gej_set_ge(&gj, gen);
|
secp256k1_gej_set_ge(&gj, gen);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user