Skip to content

Commit

Permalink
Fix typo in Orchard-ZSA Action Description. (#48)
Browse files Browse the repository at this point in the history
This fixes a typo in the ZSA-Orchard Action Description table,
wherein one table entry was not updated from 580 to 612 bytes.
  • Loading branch information
vivek-arte authored Jan 2, 2024
1 parent 7346a02 commit 668312d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zip-0230.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<tr>
<td><code>612</code></td>
<td><code>encCiphertext</code></td>
<td><code>byte[580]</code></td>
<td><code>byte[612]</code></td>
<td>The encrypted contents of the note plaintext.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion zip-0230.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Orchard-ZSA Action Description (``OrchardZsaAction``)
+-----------------------------+--------------------------+--------------------------------------+------------------------------------------------------------+
|``32`` |``ephemeralKey`` |``byte[32]`` |An encoding of an ephemeral Pallas public key |
+-----------------------------+--------------------------+--------------------------------------+------------------------------------------------------------+
|``612`` |``encCiphertext`` |``byte[580]`` |The encrypted contents of the note plaintext. |
|``612`` |``encCiphertext`` |``byte[612]`` |The encrypted contents of the note plaintext. |
+-----------------------------+--------------------------+--------------------------------------+------------------------------------------------------------+
|``80`` |``outCiphertext`` |``byte[80]`` |The encrypted contents of the byte string created by |
| | | |concatenation of the transmission key with the ephemeral |
Expand Down

0 comments on commit 668312d

Please sign in to comment.