]> Git Repo - secp256k1.git/commitdiff
Fix a nit in the recovery tests
authorElichai Turkel <[email protected]>
Wed, 21 Aug 2019 14:07:22 +0000 (10:07 -0400)
committerGitHub <[email protected]>
Wed, 21 Aug 2019 14:07:22 +0000 (10:07 -0400)
src/modules/recovery/tests_impl.h

index 5c9bbe86101c9f59bf288019c2923fe6c5019b0e..38a533a755fc9aada88ffc66e358aee2e505d419 100644 (file)
@@ -215,7 +215,7 @@ void test_ecdsa_recovery_edge_cases(void) {
     };
     const unsigned char sig64[64] = {
         /* Generated by signing the above message with nonce 'This is the nonce we will use...'
-         * and secret key 0 (which is not valid), resulting in recid 0. */
+         * and secret key 0 (which is not valid), resulting in recid 1. */
         0x67, 0xCB, 0x28, 0x5F, 0x9C, 0xD1, 0x94, 0xE8,
         0x40, 0xD6, 0x29, 0x39, 0x7A, 0xF5, 0x56, 0x96,
         0x62, 0xFD, 0xE4, 0x46, 0x49, 0x99, 0x59, 0x63,
This page took 0.023099 seconds and 4 git commands to generate.