Skip to content

Commit 0cbe813

Browse files
tniessenBethGriggs
authored andcommitted
test: update link according to NIST bibliography
According to NIST SP 800 38D, this is the document the link orginally pointed to. Fixes: #17619 PR-URL: #19593 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 06daf52 commit 0cbe813

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/parallel/test-crypto-authenticated.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ const TEST_CASES = [
6868
ct: 'dda53a4059aa17b88756984995f7bba3c636cc44',
6969
tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false },
7070

71-
// Following test cases are from
72-
// http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/
73-
// proposedmodes/gcm/gcm-revised-spec.pdf
71+
// Following test cases are from "The Galois/Counter Mode of Operation (GCM)"
72+
// by D. McGrew and J. Viega, published by NIST.
7473

7574
// Test case 1
7675
{ algo: 'aes-128-gcm',

0 commit comments

Comments
 (0)