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 00ea7e4 commit 4bfbc01Copy full SHA for 4bfbc01
src/hashes/sha3_test.c
@@ -397,7 +397,8 @@ int sha3_turbo_shake_test(void)
397
hash_state c;
398
int i;
399
400
- // https://www.ietf.org/archive/id/draft-irtf-cfrg-kangarootwelve-17.txt page 12
+ // https://datatracker.ietf.org/doc/html/rfc9861#name-test-vectors
401
+ // https://www.rfc-editor.org/rfc/rfc9861.txt
402
const unsigned char turbo_shake_input_single_zero[] = {
403
0x00,
404
};
0 commit comments