Skip to content
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/symmetric/sections/05-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ text. | domain

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.

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.
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.

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.

Expand Down