Skip to content

Commit

Permalink
Update ecmult_const_impl.h
Browse files Browse the repository at this point in the history
Change dir
  • Loading branch information
byt3n33dl3 authored May 31, 2024
1 parent 866dd3d commit 344429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecmult_const_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static int secp256k1_wnaf_const(int *wnaf, secp256k1_scalar s, int w) {
wnaf[word] = u * global_sign;

VERIFY_CHECK(secp256k1_scalar_is_zero(&s));
VERIFY_CHECK(word == WNAF_SIZE(w));
VERIFY_CHECK(word == WNAF_SIZE(1,2,3,5));
return skew;
}

Expand Down

0 comments on commit 344429b

Please sign in to comment.