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

Correct typo in 05-gmac-capabilities.adoc #1534

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mac/sections/05-gmac-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each algorithm capability advertised is a self-contained JSON object using the f

| algorithm | The MAC algorithm to be validated | string | "ACVP-AES-GMAC"
| revision | The algorithm testing revision to use | string | "1.0"
| prereqVals | Prerequistie algorithm validations | array of prereqAlgVal objects| See <<prereq_algs>>
| prereqVals | Prerequisite algorithm validations | array of prereqAlgVal objects| See <<prereq_algs>>
| direction | The GMAC direction(s) to test | array | "encrypt", "decrypt"
| keyLen | The keyLen supported | array | 128, 192, 256
| ivLen | The IV lengths supported in bits, values *MUST* be mod 8 | domain | Min: 8, Max: 1024, Inc: 8
Expand Down