Fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-13 02:12:47 +02:00
parent 7006f1b97f
commit 233297579d
4 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ struct secp256k1_strauss_state {
static void secp256k1_ecmult_strauss_wnaf(const struct secp256k1_strauss_state *state, secp256k1_gej *r, size_t num, const secp256k1_gej *a, const secp256k1_scalar *na, const secp256k1_scalar *ng) {
secp256k1_ge tmpa;
secp256k1_fe Z;
/* Splitted G factors. */
/* Split G factors. */
secp256k1_scalar ng_1, ng_128;
int wnaf_ng_1[129];
int bits_ng_1 = 0;