Skip to content

Commit 4bfbc01

Browse files
committed
TurboSHAKE is now standardized in RFC 9861.
1 parent 00ea7e4 commit 4bfbc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hashes/sha3_test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ int sha3_turbo_shake_test(void)
397397
hash_state c;
398398
int i;
399399

400-
// https://www.ietf.org/archive/id/draft-irtf-cfrg-kangarootwelve-17.txt page 12
400+
// https://datatracker.ietf.org/doc/html/rfc9861#name-test-vectors
401+
// https://www.rfc-editor.org/rfc/rfc9861.txt
401402
const unsigned char turbo_shake_input_single_zero[] = {
402403
0x00,
403404
};

0 commit comments

Comments
 (0)