Skip to content

Commit e3154eb

Browse files
authored
Merge pull request #1599 from usnistgov/jrb-gh400-update-aes-ccm-ecma-ivlen
Updated documentation based on feedback from gh400.
2 parents f5cbf58 + 1525f79 commit e3154eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/symmetric/sections/05-capabilities.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ The following grid outlines which properties are *REQUIRED*, as well as the poss
135135

136136
NOTE: The ivGenMode property is used for AES-GCM/AES-XPN algorithms to document which IV construction method the implementation conforms to: the deterministic construction defined in SP 800-38D section 8.2.1 or the RBG-based construction defined in SP 800-38D section 8.2.2.
137137

138+
NOTE: For AES-CCM-ECMA, the IV/NONCE is used to create a pre-formatted "B_0 block" containing 16-bytes as defined by Fig 113 in ECMA-368 Sec 18.5.
139+
140+
NOTE: The ivLen for AES-CCM-ECMA *SHALL* be 104-bits.
141+
138142
The following grid outlines which properties are *REQUIRED*, as well as the possible values a server *MAY* support for the XTS block cipher algorithm:
139143

140144
[[property_grid_xts]]

0 commit comments

Comments
 (0)