ZIP 230: reword and wrap abstract.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira-Emma Hopwood 2024-02-07 16:40:52 +00:00
parent 30bf5c9666
commit 46a885f1cd
1 changed files with 7 additions and 6 deletions

View File

@ -31,14 +31,15 @@ The character § is used when referring to sections of the Zcash Protocol Specif
Abstract
========
This proposal defines a new Zcash peer-to-peer transaction format, which includes data that supports the Orchard-ZSA protocol and all Zcash Shielded Assets (ZSAs) related operations. The
new transaction format defines well-bounded regions of the serialized form to
serve each of the existing pools of funds, and adds and describes a new elements
containing ZSA-specific elements.
This proposal defines a new Zcash peer-to-peer transaction format, which includes
data that supports the Orchard-ZSA protocol and all operations related to Zcash
Shielded Assets (ZSAs). The new format adds and describes new fields containing
ZSA-specific elements. Like the existing v5 transaction format, it keeps well-bounded
regions of the serialized form to serve each pool of funds.
This ZIP also depends upon and defines modifications to the computation of the values
**TxId Digest**, **Signature Digest**, and **Authorizing Data Commitment** defined by ZIP
244 [#zip-0244]_.
**TxId Digest**, **Signature Digest**, and **Authorizing Data Commitment** defined by
ZIP 244 [#zip-0244]_.
Motivation