Skip to content
Merged
Show file tree
Hide file tree
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
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