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
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,14 +544,6 @@ <h4>The decapsulateKey method</h4>
respectively.
</p>
</li>
<li>
<p>
Let |ciphertext| be the result of
[= get a copy of the buffer source |
getting a copy of the bytes held by =] the `ciphertext` parameter passed to the
{{SubtleCrypto/decapsulateKey()}} method.
</p>
</li>
<li>
<p>
Let |normalizedDecapsulationAlgorithm| be the result of
Expand Down Expand Up @@ -580,6 +572,14 @@ <h4>The decapsulateKey method</h4>
|normalizedSharedKeyAlgorithm|.
</p>
</li>
<li>
<p>
Let |ciphertext| be the result of
[= get a copy of the buffer source |
getting a copy of the bytes held by =] the `ciphertext` parameter passed to the
{{SubtleCrypto/decapsulateKey()}} method.
</p>
</li>
<li>
<p>
Let |realm| be the [= relevant realm =] of [= this =].
Expand Down Expand Up @@ -683,14 +683,6 @@ <h4>The decapsulateBits method</h4>
respectively.
</p>
</li>
<li>
<p>
Let |ciphertext| be the result of
[= get a copy of the buffer source |
getting a copy of the bytes held by =] the `ciphertext` parameter passed to the
{{SubtleCrypto/decapsulateBits()}} method.
</p>
</li>
<li>
<p>
Let |normalizedDecapsulationAlgorithm| be the result of
Expand All @@ -705,6 +697,14 @@ <h4>The decapsulateBits method</h4>
|normalizedDecapsulationAlgorithm|.
</p>
</li>
<li>
<p>
Let |ciphertext| be the result of
[= get a copy of the buffer source |
getting a copy of the bytes held by =] the `ciphertext` parameter passed to the
{{SubtleCrypto/decapsulateBits()}} method.
</p>
</li>
<li>
<p>
Let |realm| be the [= relevant realm =] of [= this =].
Expand Down