Skip to content

Commit 071f8b9

Browse files
committed
Link to byte sequence/length where appropriate
1 parent f3bf2c3 commit 071f8b9

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
@@ -12070,8 +12070,8 @@ <h4>Operations</h4>
1207012070
<li>
1207112071
<p>
1207212072
If the {{AesCtrParams/counter}} member of
12073-
|normalizedAlgorithm| does not have length 16
12074-
bytes,
12073+
|normalizedAlgorithm| does not have
12074+
a [= byte sequence/length =] of 16 bytes,
1207512075
then [= exception/throw =] an
1207612076
{{OperationError}}.
1207712077
</p>
@@ -12110,8 +12110,8 @@ <h4>Operations</h4>
1211012110
<li>
1211112111
<p>
1211212112
If the {{AesCtrParams/counter}} member of
12113-
|normalizedAlgorithm| does not have length 16
12114-
bytes,
12113+
|normalizedAlgorithm| does not have
12114+
a [= byte sequence/length =] of 16 bytes,
1211512115
then [= exception/throw =] an
1211612116
{{OperationError}}.
1211712117
</p>
@@ -12611,8 +12611,8 @@ <h4>Operations</h4>
1261112611
<li>
1261212612
<p>
1261312613
If the {{AesCbcParams/iv}} member of
12614-
|normalizedAlgorithm| does not have length 16
12615-
bytes,
12614+
|normalizedAlgorithm| does not have
12615+
a [= byte sequence/length =] of 16 bytes,
1261612616
then [= exception/throw =] an
1261712617
{{OperationError}}.
1261812618
</p>
@@ -12647,8 +12647,8 @@ <h4>Operations</h4>
1264712647
<li>
1264812648
<p>
1264912649
If the {{AesCbcParams/iv}} member of
12650-
|normalizedAlgorithm| does not have length 16
12651-
bytes,
12650+
|normalizedAlgorithm| does not have
12651+
a [= byte sequence/length =] of 16 bytes,
1265212652
then [= exception/throw =] an
1265312653
{{OperationError}}.
1265412654
</p>
@@ -13147,25 +13147,26 @@ <h4>Operations</h4>
1314713147
<ol>
1314813148
<li>
1314913149
<p>
13150-
If |plaintext| has a length greater than 2^39 - 256
13151-
bytes,
13150+
If |plaintext| has a [= byte sequence/length =]
13151+
greater than 2^39 - 256 bytes,
1315213152
then [= exception/throw =] an
1315313153
{{OperationError}}.
1315413154
</p>
1315513155
</li>
1315613156
<li>
1315713157
<p>
1315813158
If the {{AesGcmParams/iv}} member of
13159-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13160-
bytes,
13159+
|normalizedAlgorithm| has a [= byte sequence/length =]
13160+
greater than 2^64 - 1 bytes,
1316113161
then [= exception/throw =] an
1316213162
{{OperationError}}.
1316313163
</p>
1316413164
</li>
1316513165
<li>
1316613166
<p>
1316713167
If the {{AesGcmParams/additionalData}} member
13168-
of |normalizedAlgorithm| is present and has a length
13168+
of |normalizedAlgorithm| is present and has a
13169+
[= byte sequence/length =]
1316913170
greater than 2^64 - 1 bytes,
1317013171
then [= exception/throw =] an
1317113172
{{OperationError}}.
@@ -13249,18 +13250,18 @@ <h4>Operations</h4>
1324913250
<li>
1325013251
<p>
1325113252
If the {{AesGcmParams/iv}} member of
13252-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13253-
bytes,
13253+
|normalizedAlgorithm| has a [= byte sequence/length =]
13254+
greater than 2^64 - 1 bytes,
1325413255
then [= exception/throw =] an
1325513256
{{OperationError}}.
1325613257
</p>
1325713258
</li>
1325813259
<li>
1325913260
<p>
1326013261
If the {{AesGcmParams/additionalData}} member
13261-
of |normalizedAlgorithm| is present and has a length
13262-
greater than 2^64 - 1
13263-
bytes,
13262+
of |normalizedAlgorithm| is present and has a
13263+
[= byte sequence/length =]
13264+
greater than 2^64 - 1 bytes,
1326413265
then [= exception/throw =] an
1326513266
{{OperationError}}.
1326613267
</p>

0 commit comments

Comments
 (0)