Skip to content

Commit 0e6aafa

Browse files
committed
Link to byte sequence/length where appropriate
1 parent 29ed765 commit 0e6aafa

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
@@ -12053,8 +12053,8 @@ <h4>Operations</h4>
1205312053
<li>
1205412054
<p>
1205512055
If the {{AesCtrParams/counter}} member of
12056-
|normalizedAlgorithm| does not have length 16
12057-
bytes,
12056+
|normalizedAlgorithm| does not have
12057+
a [= byte sequence/length =] of 16 bytes,
1205812058
then [= exception/throw =] an
1205912059
{{OperationError}}.
1206012060
</p>
@@ -12093,8 +12093,8 @@ <h4>Operations</h4>
1209312093
<li>
1209412094
<p>
1209512095
If the {{AesCtrParams/counter}} member of
12096-
|normalizedAlgorithm| does not have length 16
12097-
bytes,
12096+
|normalizedAlgorithm| does not have
12097+
a [= byte sequence/length =] of 16 bytes,
1209812098
then [= exception/throw =] an
1209912099
{{OperationError}}.
1210012100
</p>
@@ -12594,8 +12594,8 @@ <h4>Operations</h4>
1259412594
<li>
1259512595
<p>
1259612596
If the {{AesCbcParams/iv}} member of
12597-
|normalizedAlgorithm| does not have length 16
12598-
bytes,
12597+
|normalizedAlgorithm| does not have
12598+
a [= byte sequence/length =] of 16 bytes,
1259912599
then [= exception/throw =] an
1260012600
{{OperationError}}.
1260112601
</p>
@@ -12630,8 +12630,8 @@ <h4>Operations</h4>
1263012630
<li>
1263112631
<p>
1263212632
If the {{AesCbcParams/iv}} member of
12633-
|normalizedAlgorithm| does not have length 16
12634-
bytes,
12633+
|normalizedAlgorithm| does not have
12634+
a [= byte sequence/length =] of 16 bytes,
1263512635
then [= exception/throw =] an
1263612636
{{OperationError}}.
1263712637
</p>
@@ -13130,25 +13130,26 @@ <h4>Operations</h4>
1313013130
<ol>
1313113131
<li>
1313213132
<p>
13133-
If |plaintext| has a length greater than 2^39 - 256
13134-
bytes,
13133+
If |plaintext| has a [= byte sequence/length =]
13134+
greater than 2^39 - 256 bytes,
1313513135
then [= exception/throw =] an
1313613136
{{OperationError}}.
1313713137
</p>
1313813138
</li>
1313913139
<li>
1314013140
<p>
1314113141
If the {{AesGcmParams/iv}} member of
13142-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13143-
bytes,
13142+
|normalizedAlgorithm| has a [= byte sequence/length =]
13143+
greater than 2^64 - 1 bytes,
1314413144
then [= exception/throw =] an
1314513145
{{OperationError}}.
1314613146
</p>
1314713147
</li>
1314813148
<li>
1314913149
<p>
1315013150
If the {{AesGcmParams/additionalData}} member
13151-
of |normalizedAlgorithm| is present and has a length
13151+
of |normalizedAlgorithm| is present and has a
13152+
[= byte sequence/length =]
1315213153
greater than 2^64 - 1 bytes,
1315313154
then [= exception/throw =] an
1315413155
{{OperationError}}.
@@ -13232,18 +13233,18 @@ <h4>Operations</h4>
1323213233
<li>
1323313234
<p>
1323413235
If the {{AesGcmParams/iv}} member of
13235-
|normalizedAlgorithm| has a length greater than 2^64 - 1
13236-
bytes,
13236+
|normalizedAlgorithm| has a [= byte sequence/length =]
13237+
greater than 2^64 - 1 bytes,
1323713238
then [= exception/throw =] an
1323813239
{{OperationError}}.
1323913240
</p>
1324013241
</li>
1324113242
<li>
1324213243
<p>
1324313244
If the {{AesGcmParams/additionalData}} member
13244-
of |normalizedAlgorithm| is present and has a length
13245-
greater than 2^64 - 1
13246-
bytes,
13245+
of |normalizedAlgorithm| is present and has a
13246+
[= byte sequence/length =]
13247+
greater than 2^64 - 1 bytes,
1324713248
then [= exception/throw =] an
1324813249
{{OperationError}}.
1324913250
</p>

0 commit comments

Comments
 (0)