Fix a nit in the recovery tests

This commit is contained in:
Elichai Turkel 2019-08-21 10:07:22 -04:00 committed by GitHub
parent e028aa33d3
commit b64a2e2597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ void test_ecdsa_recovery_edge_cases(void) {
}; };
const unsigned char sig64[64] = { const unsigned char sig64[64] = {
/* Generated by signing the above message with nonce 'This is the nonce we will use...' /* 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, 0x67, 0xCB, 0x28, 0x5F, 0x9C, 0xD1, 0x94, 0xE8,
0x40, 0xD6, 0x29, 0x39, 0x7A, 0xF5, 0x56, 0x96, 0x40, 0xD6, 0x29, 0x39, 0x7A, 0xF5, 0x56, 0x96,
0x62, 0xFD, 0xE4, 0x46, 0x49, 0x99, 0x59, 0x63, 0x62, 0xFD, 0xE4, 0x46, 0x49, 0x99, 0x59, 0x63,