We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad5cdb commit 0e96cdcCopy full SHA for 0e96cdc
src/tests.c
@@ -3177,7 +3177,7 @@ void run_eckey_edge_case_test(void) {
3177
VG_CHECK(&pubkey, sizeof(pubkey));
3178
CHECK(memcmp(&pubkey, zeros, sizeof(secp256k1_pubkey)) > 0);
3179
pubkey_negone = pubkey;
3180
- /* Tweak of zero leaves the value changed. */
+ /* Tweak of zero leaves the value unchanged. */
3181
memset(ctmp2, 0, 32);
3182
CHECK(secp256k1_ec_privkey_tweak_add(ctx, ctmp, ctmp2) == 1);
3183
CHECK(memcmp(orderc, ctmp, 31) == 0 && ctmp[31] == 0x40);
0 commit comments