@@ -231,16 +231,14 @@ void run_hmac_sha256_tests(void) {
231231}
232232
233233void run_rfc6979_hmac_sha256_tests (void ) {
234- static const unsigned char key1 [32 ] = {0x01 , 0x02 , 0x03 , 0x04 , 0x05 , 0x06 , 0x07 , 0x08 , 0x09 , 0x0a , 0x0b , 0x0c , 0x0d , 0x0e , 0x0f , 0x10 , 0x11 , 0x12 , 0x13 , 0x14 , 0x15 , 0x16 , 0x17 , 0x18 , 0x19 , 0x1a , 0x1b , 0x1c , 0x1d , 0x1e , 0x1f , 0x00 };
235- static const unsigned char msg1 [32 ] = {0x4b , 0xf5 , 0x12 , 0x2f , 0x34 , 0x45 , 0x54 , 0xc5 , 0x3b , 0xde , 0x2e , 0xbb , 0x8c , 0xd2 , 0xb7 , 0xe3 , 0xd1 , 0x60 , 0x0a , 0xd6 , 0x31 , 0xc3 , 0x85 , 0xa5 , 0xd7 , 0xcc , 0xe2 , 0x3c , 0x77 , 0x85 , 0x45 , 0x9a };
234+ static const unsigned char key1 [65 ] = {0x01 , 0x02 , 0x03 , 0x04 , 0x05 , 0x06 , 0x07 , 0x08 , 0x09 , 0x0a , 0x0b , 0x0c , 0x0d , 0x0e , 0x0f , 0x10 , 0x11 , 0x12 , 0x13 , 0x14 , 0x15 , 0x16 , 0x17 , 0x18 , 0x19 , 0x1a , 0x1b , 0x1c , 0x1d , 0x1e , 0x1f , 0x00 , 0x4b , 0xf5 , 0x12 , 0x2f , 0x34 , 0x45 , 0x54 , 0xc5 , 0x3b , 0xde , 0x2e , 0xbb , 0x8c , 0xd2 , 0xb7 , 0xe3 , 0xd1 , 0x60 , 0x0a , 0xd6 , 0x31 , 0xc3 , 0x85 , 0xa5 , 0xd7 , 0xcc , 0xe2 , 0x3c , 0x77 , 0x85 , 0x45 , 0x9a , 0 };
236235 static const unsigned char out1 [3 ][32 ] = {
237236 {0x4f , 0xe2 , 0x95 , 0x25 , 0xb2 , 0x08 , 0x68 , 0x09 , 0x15 , 0x9a , 0xcd , 0xf0 , 0x50 , 0x6e , 0xfb , 0x86 , 0xb0 , 0xec , 0x93 , 0x2c , 0x7b , 0xa4 , 0x42 , 0x56 , 0xab , 0x32 , 0x1e , 0x42 , 0x1e , 0x67 , 0xe9 , 0xfb },
238237 {0x2b , 0xf0 , 0xff , 0xf1 , 0xd3 , 0xc3 , 0x78 , 0xa2 , 0x2d , 0xc5 , 0xde , 0x1d , 0x85 , 0x65 , 0x22 , 0x32 , 0x5c , 0x65 , 0xb5 , 0x04 , 0x49 , 0x1a , 0x0c , 0xbd , 0x01 , 0xcb , 0x8f , 0x3a , 0xa6 , 0x7f , 0xfd , 0x4a },
239238 {0xf5 , 0x28 , 0xb4 , 0x10 , 0xcb , 0x54 , 0x1f , 0x77 , 0x00 , 0x0d , 0x7a , 0xfb , 0x6c , 0x5b , 0x53 , 0xc5 , 0xc4 , 0x71 , 0xea , 0xb4 , 0x3e , 0x46 , 0x6d , 0x9a , 0xc5 , 0x19 , 0x0c , 0x39 , 0xc8 , 0x2f , 0xd8 , 0x2e }
240239 };
241240
242- static const unsigned char key2 [32 ] = {0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff };
243- static const unsigned char msg2 [32 ] = {0xe3 , 0xb0 , 0xc4 , 0x42 , 0x98 , 0xfc , 0x1c , 0x14 , 0x9a , 0xfb , 0xf4 , 0xc8 , 0x99 , 0x6f , 0xb9 , 0x24 , 0x27 , 0xae , 0x41 , 0xe4 , 0x64 , 0x9b , 0x93 , 0x4c , 0xa4 , 0x95 , 0x99 , 0x1b , 0x78 , 0x52 , 0xb8 , 0x55 };
241+ static const unsigned char key2 [64 ] = {0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0xe3 , 0xb0 , 0xc4 , 0x42 , 0x98 , 0xfc , 0x1c , 0x14 , 0x9a , 0xfb , 0xf4 , 0xc8 , 0x99 , 0x6f , 0xb9 , 0x24 , 0x27 , 0xae , 0x41 , 0xe4 , 0x64 , 0x9b , 0x93 , 0x4c , 0xa4 , 0x95 , 0x99 , 0x1b , 0x78 , 0x52 , 0xb8 , 0x55 };
244242 static const unsigned char out2 [3 ][32 ] = {
245243 {0x9c , 0x23 , 0x6c , 0x16 , 0x5b , 0x82 , 0xae , 0x0c , 0xd5 , 0x90 , 0x65 , 0x9e , 0x10 , 0x0b , 0x6b , 0xab , 0x30 , 0x36 , 0xe7 , 0xba , 0x8b , 0x06 , 0x74 , 0x9b , 0xaf , 0x69 , 0x81 , 0xe1 , 0x6f , 0x1a , 0x2b , 0x95 },
246244 {0xdf , 0x47 , 0x10 , 0x61 , 0x62 , 0x5b , 0xc0 , 0xea , 0x14 , 0xb6 , 0x82 , 0xfe , 0xee , 0x2c , 0x9c , 0x02 , 0xf2 , 0x35 , 0xda , 0x04 , 0x20 , 0x4c , 0x1d , 0x62 , 0xa1 , 0x53 , 0x6c , 0x6e , 0x17 , 0xae , 0xd7 , 0xa9 },
@@ -249,24 +247,23 @@ void run_rfc6979_hmac_sha256_tests(void) {
249247
250248 secp256k1_rfc6979_hmac_sha256_t rng ;
251249 unsigned char out [32 ];
252- unsigned char zero [1 ] = {0 };
253250 int i ;
254251
255- secp256k1_rfc6979_hmac_sha256_initialize (& rng , key1 , 32 , msg1 , 32 , NULL , 1 );
252+ secp256k1_rfc6979_hmac_sha256_initialize (& rng , key1 , 64 );
256253 for (i = 0 ; i < 3 ; i ++ ) {
257254 secp256k1_rfc6979_hmac_sha256_generate (& rng , out , 32 );
258255 CHECK (memcmp (out , out1 [i ], 32 ) == 0 );
259256 }
260257 secp256k1_rfc6979_hmac_sha256_finalize (& rng );
261258
262- secp256k1_rfc6979_hmac_sha256_initialize (& rng , key1 , 32 , msg1 , 32 , zero , 1 );
259+ secp256k1_rfc6979_hmac_sha256_initialize (& rng , key1 , 65 );
263260 for (i = 0 ; i < 3 ; i ++ ) {
264261 secp256k1_rfc6979_hmac_sha256_generate (& rng , out , 32 );
265262 CHECK (memcmp (out , out1 [i ], 32 ) != 0 );
266263 }
267264 secp256k1_rfc6979_hmac_sha256_finalize (& rng );
268265
269- secp256k1_rfc6979_hmac_sha256_initialize (& rng , key2 , 32 , msg2 , 32 , zero , 0 );
266+ secp256k1_rfc6979_hmac_sha256_initialize (& rng , key2 , 64 );
270267 for (i = 0 ; i < 3 ; i ++ ) {
271268 secp256k1_rfc6979_hmac_sha256_generate (& rng , out , 32 );
272269 CHECK (memcmp (out , out2 [i ], 32 ) == 0 );
0 commit comments