Skip to content

Commit c129dc9

Browse files
author
Joel Brockman
authored
Merge pull request #1619 from usnistgov/jrb-gh424-update-note2-aes-gcm
Update the documentation for AES-GCM
2 parents f66d187 + 1ec491e commit c129dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symmetric/sections/05-capabilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ text. | domain
5757

5858
NOTE: The 'conformances' property is only valid for algorithms listed in <<conformances>>. The valid values in the array are also listed in that section. The array is always optional.
5959

60-
NOTE: Some optional values are required depending on the algorithm. For example, AES-GCM requires ivLen, ivGen, ivGenMode, aadLen and tagLen. Failure to provide these values will result in the ACVP server returning an error to the ACVP client during registration.
60+
NOTE: Some optional values are required depending on the algorithm. For example, AES-GCM requires ivLen, ivGen, aadLen, and tagLen. Failure to provide these values will result in the ACVP server returning an error to the ACVP client during registration.
6161

6262
NOTE: The 'performCounterTests' option is provided for counter implementations such as linear-feedback shift registers which may not present an always increasing or decreasing counter while still ensuring the IV is unique. This value defaults to true if not present. If it is set to false, the 'overflowCounter' and 'incrementalCounter' values will not be used.
6363

0 commit comments

Comments
 (0)