Skip to content

Commit a2916c4

Browse files
committed
Link to byte sequence/length where appropriate
1 parent 6770610 commit a2916c4

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

spec/Overview.html

+19-18
Original file line numberDiff line numberDiff line change
@@ -12056,8 +12056,8 @@ <h4>Operations</h4>
1205612056
<li>
1205712057
<p>
1205812058
If the {{AesCtrParams/counter}} member of
12059-
|normalizedAlgorithm| does not have length 16
12060-
bytes,
12059+
|normalizedAlgorithm| does not have
12060+
a [= byte sequence/length =] of 16 bytes,
1206112061
then [= exception/throw =] an
1206212062
{{OperationError}}.
1206312063
</p>
@@ -12096,8 +12096,8 @@ <h4>Operations</h4>
1209612096
<li>
1209712097
<p>
1209812098
If the {{AesCtrParams/counter}} member of
12099-
|normalizedAlgorithm| does not have length 16
12100-
bytes,
12099+
|normalizedAlgorithm| does not have
12100+
a [= byte sequence/length =] of 16 bytes,
1210112101
then [= exception/throw =] an
1210212102
{{OperationError}}.
1210312103
</p>
@@ -12597,8 +12597,8 @@ <h4>Operations</h4>
1259712597
<li>
1259812598
<p>
1259912599
If the {{AesCbcParams/iv}} member of
12600-
|normalizedAlgorithm| does not have length 16
12601-
bytes,
12600+
|normalizedAlgorithm| does not have
12601+
a [= byte sequence/length =] of 16 bytes,
1260212602
then [= exception/throw =] an
1260312603
{{OperationError}}.
1260412604
</p>
@@ -12633,8 +12633,8 @@ <h4>Operations</h4>
1263312633
<li>
1263412634
<p>
1263512635
If the {{AesCbcParams/iv}} member of
12636-
|normalizedAlgorithm| does not have length 16
12637-
bytes,
12636+
|normalizedAlgorithm| does not have
12637+
a [= byte sequence/length =] of 16 bytes,
1263812638
then [= exception/throw =] an
1263912639
{{OperationError}}.
1264012640
</p>
@@ -13133,25 +13133,26 @@ <h4>Operations</h4>
1313313133
<ol>
1313413134
<li>
1313513135
<p>
13136-
If |plaintext| has a length greater than 2^39 - 256
13137-
bytes,
13136+
If |plaintext| has a [= byte sequence/length =]
13137+
greater than 2^39 - 256 bytes,
1313813138
then [= exception/throw =] an
1313913139
{{OperationError}}.
1314013140
</p>
1314113141
</li>
1314213142
<li>
1314313143
<p>
1314413144
If the {{AesGcmParams/iv}} member of
13145-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13146-
bytes,
13145+
|normalizedAlgorithm| has a [= byte sequence/length =]
13146+
greater than 2^64 - 1 bytes,
1314713147
then [= exception/throw =] an
1314813148
{{OperationError}}.
1314913149
</p>
1315013150
</li>
1315113151
<li>
1315213152
<p>
1315313153
If the {{AesGcmParams/additionalData}} member
13154-
of |normalizedAlgorithm| is present and has a length
13154+
of |normalizedAlgorithm| is present and has a
13155+
[= byte sequence/length =]
1315513156
greater than 2^64 - 1 bytes,
1315613157
then [= exception/throw =] an
1315713158
{{OperationError}}.
@@ -13235,18 +13236,18 @@ <h4>Operations</h4>
1323513236
<li>
1323613237
<p>
1323713238
If the {{AesGcmParams/iv}} member of
13238-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13239-
bytes,
13239+
|normalizedAlgorithm| has a [= byte sequence/length =]
13240+
greater than 2^64 - 1 bytes,
1324013241
then [= exception/throw =] an
1324113242
{{OperationError}}.
1324213243
</p>
1324313244
</li>
1324413245
<li>
1324513246
<p>
1324613247
If the {{AesGcmParams/additionalData}} member
13247-
of |normalizedAlgorithm| is present and has a length
13248-
greater than 2^64 - 1
13249-
bytes,
13248+
of |normalizedAlgorithm| is present and has a
13249+
[= byte sequence/length =]
13250+
greater than 2^64 - 1 bytes,
1325013251
then [= exception/throw =] an
1325113252
{{OperationError}}.
1325213253
</p>

0 commit comments

Comments
 (0)