Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update link according to NIST bibliography #19593

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions test/parallel/test-crypto-authenticated.js
Expand Up @@ -68,9 +68,8 @@ const TEST_CASES = [
ct: 'dda53a4059aa17b88756984995f7bba3c636cc44',
tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false },

// Following test cases are from
// http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/
// proposedmodes/gcm/gcm-revised-spec.pdf
// Following test cases are from "The Galois/Counter Mode of Operation (GCM)"
// by D. McGrew and J. Viega, published by the Natl. Inst. Stand. Technol.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

National Institute of Standards and Technology?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... Natl. Inst. Stand. Technol. is the abbreviation which is used in their own document, I just copied it. Personally, I would just write NIST, what do you prefer?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIST LGTM.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think NIST would be better.


// Test case 1
{ algo: 'aes-128-gcm',
Expand Down