Merge pull request #789 from daira/zip-324-update-index

Various ZIP and spec cleanups
This commit is contained in:
Daira-Emma Hopwood 2024-07-01 18:56:46 +01:00 committed by GitHub
commit 1b1ec28d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
139 changed files with 1269 additions and 626 deletions

View File

@ -2,9 +2,12 @@
.PHONY: all all-zips tag-release protocol discard .PHONY: all all-zips tag-release protocol discard
all-zips: .Makefile.uptodate all-zips: .Makefile.uptodate
find . -name 'zip-*.rst' -o -name 'zip-*.md' |sort >.zipfilelist.new echo "$(sort $(wildcard zip-*.rst) $(wildcard zip-*.md))" >.zipfilelist.new
diff .zipfilelist.current .zipfilelist.new || cp -f .zipfilelist.new .zipfilelist.current diff .zipfilelist.current .zipfilelist.new || cp -f .zipfilelist.new .zipfilelist.current
rm -f .zipfilelist.new rm -f .zipfilelist.new
echo "$(sort $(wildcard draft-*.rst) $(wildcard draft-*.md))" >.draftfilelist.new
diff .draftfilelist.current .draftfilelist.new || cp -f .draftfilelist.new .draftfilelist.current
rm -f .draftfilelist.new
$(MAKE) README.rst $(MAKE) README.rst
$(MAKE) index.html $(addsuffix .html,$(filter-out README,$(basename $(sort $(wildcard *.rst) $(wildcard *.md))))) $(MAKE) index.html $(addsuffix .html,$(filter-out README,$(basename $(sort $(wildcard *.rst) $(wildcard *.md)))))
@ -19,7 +22,7 @@ protocol:
discard: discard:
git checkout -- '*.html' 'README.rst' 'protocol/*.pdf' git checkout -- '*.html' 'README.rst' 'protocol/*.pdf'
.Makefile.uptodate: Makefile .Makefile.uptodate: Makefile edithtml.sh
$(MAKE) clean $(MAKE) clean
touch .Makefile.uptodate touch .Makefile.uptodate
@ -44,7 +47,7 @@ index.html: README.rst edithtml.sh
%.html: %.md edithtml.sh %.html: %.md edithtml.sh
$(PROCESSMD) $(PROCESSMD)
README.rst: .zipfilelist.current makeindex.sh README.template $(sort $(wildcard zip-*.rst) $(wildcard zip-*.md)) README.rst: .zipfilelist.current .draftfilelist.current makeindex.sh README.template $(wildcard zip-*.rst) $(wildcard zip-*.md) $(wildcard draft-*.rst) $(wildcard draft-*.md)
./makeindex.sh | cat README.template - >README.rst ./makeindex.sh | cat README.template - >README.rst
.PHONY: linkcheck .PHONY: linkcheck

View File

@ -39,26 +39,6 @@ Use ``make`` to check that you are using correct
and double-check the generated ``draft-*.html`` file before filing a Pull Request. and double-check the generated ``draft-*.html`` file before filing a Pull Request.
See `here <protocol/README.rst>`__ for the project dependencies. See `here <protocol/README.rst>`__ for the project dependencies.
NU5 ZIPs
--------
This is the list of ZIPs relevant to the NU5 Upgrade, which `activated on 31st May 2022 <https://z.cash/upgrade/nu5/>`__:
- `ZIP 32: Shielded Hierarchical Deterministic Wallets <zip-0032.rst>`__ (updated)
- `ZIP 203: Transaction Expiry <zip-0203.rst>`__ (updated)
- `ZIP 209: Prohibit Negative Shielded Chain Value Pool Balances <zip-0209.rst>`__ (updated)
- `ZIP 212: Allow Recipient to Derive Ephemeral Secret from Note Plaintext <zip-0212.rst>`__ (updated)
- `ZIP 213: Shielded Coinbase <zip-0213.rst>`__ (updated)
- `ZIP 216: Require Canonical Jubjub Point Encodings <zip-0216.rst>`__
- `ZIP 221: FlyClient - Consensus-Layer Changes <zip-0221.rst>`__ (updated)
- `ZIP 224: Orchard Shielded Protocol <zip-0224.rst>`__
- `ZIP 225: Version 5 Transaction Format <zip-0225.rst>`__
- `ZIP 239: Relay of Version 5 Transactions <zip-0239.rst>`__
- `ZIP 244: Transaction Identifier Non-Malleability <zip-0244.rst>`__
- `ZIP 252: Deployment of the NU5 Network Upgrade <zip-0252.rst>`__
- `ZIP 316: Unified Addresses and Unified Viewing Keys <zip-0316.rst>`__
- `ZIP 401: Addressing Mempool Denial-of-Service <zip-0401.rst>`__ (clarified)
License License
------- -------
@ -119,6 +99,7 @@ Index of ZIPs
<tr> <td>250</td> <td class="left"><a href="zip-0250.rst">Deployment of the Heartwood Network Upgrade</a></td> <td>Final</td> <tr> <td>250</td> <td class="left"><a href="zip-0250.rst">Deployment of the Heartwood Network Upgrade</a></td> <td>Final</td>
<tr> <td>251</td> <td class="left"><a href="zip-0251.rst">Deployment of the Canopy Network Upgrade</a></td> <td>Final</td> <tr> <td>251</td> <td class="left"><a href="zip-0251.rst">Deployment of the Canopy Network Upgrade</a></td> <td>Final</td>
<tr> <td>252</td> <td class="left"><a href="zip-0252.rst">Deployment of the NU5 Network Upgrade</a></td> <td>Final</td> <tr> <td>252</td> <td class="left"><a href="zip-0252.rst">Deployment of the NU5 Network Upgrade</a></td> <td>Final</td>
<tr> <td><span class="reserved">253</span></td> <td class="left"><a class="reserved" href="zip-0253.rst">Deployment of the NU6 Network Upgrade</a></td> <td>Reserved</td>
<tr> <td>300</td> <td class="left"><a href="zip-0300.rst">Cross-chain Atomic Transactions</a></td> <td>Proposed</td> <tr> <td>300</td> <td class="left"><a href="zip-0300.rst">Cross-chain Atomic Transactions</a></td> <td>Proposed</td>
<tr> <td>301</td> <td class="left"><a href="zip-0301.rst">Zcash Stratum Protocol</a></td> <td>Final</td> <tr> <td>301</td> <td class="left"><a href="zip-0301.rst">Zcash Stratum Protocol</a></td> <td>Final</td>
<tr> <td>302</td> <td class="left"><a href="zip-0302.rst">Standardized Memo Field Format</a></td> <td>Draft</td> <tr> <td>302</td> <td class="left"><a href="zip-0302.rst">Standardized Memo Field Format</a></td> <td>Draft</td>
@ -139,10 +120,11 @@ Index of ZIPs
<tr> <td>317</td> <td class="left"><a href="zip-0317.rst">Proportional Transfer Fee Mechanism</a></td> <td>Active</td> <tr> <td>317</td> <td class="left"><a href="zip-0317.rst">Proportional Transfer Fee Mechanism</a></td> <td>Active</td>
<tr> <td><span class="reserved">318</span></td> <td class="left"><a class="reserved" href="zip-0318.rst">Associated Payload Encryption</a></td> <td>Reserved</td> <tr> <td><span class="reserved">318</span></td> <td class="left"><a class="reserved" href="zip-0318.rst">Associated Payload Encryption</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">319</span></td> <td class="left"><a class="reserved" href="zip-0319.rst">Options for Shielded Pool Retirement</a></td> <td>Reserved</td> <tr> <td><span class="reserved">319</span></td> <td class="left"><a class="reserved" href="zip-0319.rst">Options for Shielded Pool Retirement</a></td> <td>Reserved</td>
<tr> <td>320</td> <td class="left"><a href="zip-0320.rst">Defining an Address Type to which funds can only be sent from Transparent Addresses</a></td> <td>Draft</td> <tr> <td>320</td> <td class="left"><a href="zip-0320.rst">Defining an Address Type to which funds can only be sent from Transparent Addresses</a></td> <td>Proposed</td>
<tr> <td>321</td> <td class="left"><a href="zip-0321.rst">Payment Request URIs</a></td> <td>Proposed</td> <tr> <td>321</td> <td class="left"><a href="zip-0321.rst">Payment Request URIs</a></td> <td>Proposed</td>
<tr> <td><span class="reserved">322</span></td> <td class="left"><a class="reserved" href="zip-0322.rst">Generic Signed Message Format</a></td> <td>Reserved</td> <tr> <td><span class="reserved">322</span></td> <td class="left"><a class="reserved" href="zip-0322.rst">Generic Signed Message Format</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">323</span></td> <td class="left"><a class="reserved" href="zip-0323.rst">Specification of getblocktemplate for Zcash</a></td> <td>Reserved</td> <tr> <td><span class="reserved">323</span></td> <td class="left"><a class="reserved" href="zip-0323.rst">Specification of getblocktemplate for Zcash</a></td> <td>Reserved</td>
<tr> <td>324</td> <td class="left"><a href="zip-0324.rst">URI-Encapsulated Payments</a></td> <td>Draft</td>
<tr> <td><span class="reserved">332</span></td> <td class="left"><a class="reserved" href="zip-0332.rst">Wallet Recovery from zcashd HD Seeds</a></td> <td>Reserved</td> <tr> <td><span class="reserved">332</span></td> <td class="left"><a class="reserved" href="zip-0332.rst">Wallet Recovery from zcashd HD Seeds</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">339</span></td> <td class="left"><a class="reserved" href="zip-0339.rst">Wallet Recovery Words</a></td> <td>Reserved</td> <tr> <td><span class="reserved">339</span></td> <td class="left"><a class="reserved" href="zip-0339.rst">Wallet Recovery Words</a></td> <td>Reserved</td>
<tr> <td>400</td> <td class="left"><a href="zip-0400.rst">Wallet.dat format</a></td> <td>Draft</td> <tr> <td>400</td> <td class="left"><a href="zip-0400.rst">Wallet.dat format</a></td> <td>Draft</td>
@ -164,5 +146,6 @@ Index of ZIPs
<tr> <td><strike>1012</strike></td> <td class="left"><strike><a href="zip-1012.rst">Dev Fund to ECC + ZF + Major Grants</a></strike></td> <td>Obsolete</td> <tr> <td><strike>1012</strike></td> <td class="left"><strike><a href="zip-1012.rst">Dev Fund to ECC + ZF + Major Grants</a></strike></td> <td>Obsolete</td>
<tr> <td><strike>1013</strike></td> <td class="left"><strike><a href="zip-1013.rst">Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</a></strike></td> <td>Obsolete</td> <tr> <td><strike>1013</strike></td> <td class="left"><strike><a href="zip-1013.rst">Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</a></strike></td> <td>Obsolete</td>
<tr> <td>1014</td> <td class="left"><a href="zip-1014.rst">Establishing a Dev Fund for ECC, ZF, and Major Grants</a></td> <td>Active</td> <tr> <td>1014</td> <td class="left"><a href="zip-1014.rst">Establishing a Dev Fund for ECC, ZF, and Major Grants</a></td> <td>Active</td>
<tr> <td>guide-markdown</td> <td class="left"><a href="zip-guide-markdown.md">{Something Short and To the Point}</a></td> <td>Draft</td>
<tr> <td>guide</td> <td class="left"><a href="zip-guide.rst">{Something Short and To the Point}</a></td> <td>Draft</td> <tr> <td>guide</td> <td class="left"><a href="zip-guide.rst">{Something Short and To the Point}</a></td> <td>Draft</td>
</table></embed> </table></embed>

View File

@ -18,6 +18,9 @@
#index-of-zips table tr:hover { #index-of-zips table tr:hover {
background-color: #eff1f2; background-color: #eff1f2;
} }
#drafts-without-assigned-zip-numbers table tr:hover {
background-color: #eff1f2;
}
aside.note { aside.note {
background-color: #a0a0ff; background-color: #a0a0ff;
color: #111519; color: #111519;
@ -72,6 +75,9 @@
#index-of-zips table tr:hover { #index-of-zips table tr:hover {
background-color: #303030; background-color: #303030;
} }
#drafts-without-assigned-zip-numbers table tr:hover {
background-color: #303030;
}
aside.note { aside.note {
background-color: #6060e0; background-color: #6060e0;
color: #ffffff; color: #ffffff;
@ -370,6 +376,10 @@ td:first-child {
text-align: center; text-align: center;
} }
#drafts-without-assigned-zip-numbers table td:first-child {
text-align: left;
}
#index-of-zips table td:first-child + td { #index-of-zips table td:first-child + td {
padding: 0; padding: 0;
} }

View File

@ -24,25 +24,6 @@
<p>To start contributing, first read <a href="zip-0000">ZIP 0</a> which documents the ZIP process. Then clone <a href="https://github.com/zcash/zips">this repo</a> from GitHub, and start adding your draft ZIP, formatted either as reStructuredText or as Markdown.</p> <p>To start contributing, first read <a href="zip-0000">ZIP 0</a> which documents the ZIP process. Then clone <a href="https://github.com/zcash/zips">this repo</a> from GitHub, and start adding your draft ZIP, formatted either as reStructuredText or as Markdown.</p>
<p>For example, if using reStructuredText, use a filename matching <code>draft-*.rst</code>. Use <code>make</code> to check that you are using correct <a href="https://docutils.sourceforge.io/rst.html">reStructuredText</a> or <a href="https://pandoc.org/MANUAL.html#pandocs-markdown">Markdown</a> syntax, and double-check the generated <code>draft-*.html</code> file before filing a Pull Request. See <a href="protocol/README">here</a> for the project dependencies.</p> <p>For example, if using reStructuredText, use a filename matching <code>draft-*.rst</code>. Use <code>make</code> to check that you are using correct <a href="https://docutils.sourceforge.io/rst.html">reStructuredText</a> or <a href="https://pandoc.org/MANUAL.html#pandocs-markdown">Markdown</a> syntax, and double-check the generated <code>draft-*.html</code> file before filing a Pull Request. See <a href="protocol/README">here</a> for the project dependencies.</p>
</section> </section>
<section id="nu5-zips"><h2><span class="section-heading">NU5 ZIPs</span><span class="section-anchor"> <a rel="bookmark" href="#nu5-zips"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2>
<p>This is the list of ZIPs relevant to the NU5 Upgrade, which <a href="https://z.cash/upgrade/nu5/">activated on 31st May 2022</a>:</p>
<ul>
<li><a href="zip-0032">ZIP 32: Shielded Hierarchical Deterministic Wallets</a> (updated)</li>
<li><a href="zip-0203">ZIP 203: Transaction Expiry</a> (updated)</li>
<li><a href="zip-0209">ZIP 209: Prohibit Negative Shielded Chain Value Pool Balances</a> (updated)</li>
<li><a href="zip-0212">ZIP 212: Allow Recipient to Derive Ephemeral Secret from Note Plaintext</a> (updated)</li>
<li><a href="zip-0213">ZIP 213: Shielded Coinbase</a> (updated)</li>
<li><a href="zip-0216">ZIP 216: Require Canonical Jubjub Point Encodings</a></li>
<li><a href="zip-0221">ZIP 221: FlyClient - Consensus-Layer Changes</a> (updated)</li>
<li><a href="zip-0224">ZIP 224: Orchard Shielded Protocol</a></li>
<li><a href="zip-0225">ZIP 225: Version 5 Transaction Format</a></li>
<li><a href="zip-0239">ZIP 239: Relay of Version 5 Transactions</a></li>
<li><a href="zip-0244">ZIP 244: Transaction Identifier Non-Malleability</a></li>
<li><a href="zip-0252">ZIP 252: Deployment of the NU5 Network Upgrade</a></li>
<li><a href="zip-0316">ZIP 316: Unified Addresses and Unified Viewing Keys</a></li>
<li><a href="zip-0401">ZIP 401: Addressing Mempool Denial-of-Service</a> (clarified)</li>
</ul>
</section>
<section id="license"><h2><span class="section-heading">License</span><span class="section-anchor"> <a rel="bookmark" href="#license"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2> <section id="license"><h2><span class="section-heading">License</span><span class="section-anchor"> <a rel="bookmark" href="#license"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2>
<p>Unless otherwise stated in this repositorys individual files, the contents of this repository are released under the terms of the MIT license. See <a href="COPYING">COPYING</a> for more information or see <a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a> .</p> <p>Unless otherwise stated in this repositorys individual files, the contents of this repository are released under the terms of the MIT license. See <a href="COPYING">COPYING</a> for more information or see <a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a> .</p>
</section> </section>
@ -93,6 +74,7 @@
<tr> <td>250</td> <td class="left"><a href="zip-0250">Deployment of the Heartwood Network Upgrade</a></td> <td>Final</td> <tr> <td>250</td> <td class="left"><a href="zip-0250">Deployment of the Heartwood Network Upgrade</a></td> <td>Final</td>
<tr> <td>251</td> <td class="left"><a href="zip-0251">Deployment of the Canopy Network Upgrade</a></td> <td>Final</td> <tr> <td>251</td> <td class="left"><a href="zip-0251">Deployment of the Canopy Network Upgrade</a></td> <td>Final</td>
<tr> <td>252</td> <td class="left"><a href="zip-0252">Deployment of the NU5 Network Upgrade</a></td> <td>Final</td> <tr> <td>252</td> <td class="left"><a href="zip-0252">Deployment of the NU5 Network Upgrade</a></td> <td>Final</td>
<tr> <td><span class="reserved">253</span></td> <td class="left"><a class="reserved" href="zip-0253">Deployment of the NU6 Network Upgrade</a></td> <td>Reserved</td>
<tr> <td>300</td> <td class="left"><a href="zip-0300">Cross-chain Atomic Transactions</a></td> <td>Proposed</td> <tr> <td>300</td> <td class="left"><a href="zip-0300">Cross-chain Atomic Transactions</a></td> <td>Proposed</td>
<tr> <td>301</td> <td class="left"><a href="zip-0301">Zcash Stratum Protocol</a></td> <td>Final</td> <tr> <td>301</td> <td class="left"><a href="zip-0301">Zcash Stratum Protocol</a></td> <td>Final</td>
<tr> <td>302</td> <td class="left"><a href="zip-0302">Standardized Memo Field Format</a></td> <td>Draft</td> <tr> <td>302</td> <td class="left"><a href="zip-0302">Standardized Memo Field Format</a></td> <td>Draft</td>
@ -113,10 +95,11 @@
<tr> <td>317</td> <td class="left"><a href="zip-0317">Proportional Transfer Fee Mechanism</a></td> <td>Active</td> <tr> <td>317</td> <td class="left"><a href="zip-0317">Proportional Transfer Fee Mechanism</a></td> <td>Active</td>
<tr> <td><span class="reserved">318</span></td> <td class="left"><a class="reserved" href="zip-0318">Associated Payload Encryption</a></td> <td>Reserved</td> <tr> <td><span class="reserved">318</span></td> <td class="left"><a class="reserved" href="zip-0318">Associated Payload Encryption</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">319</span></td> <td class="left"><a class="reserved" href="zip-0319">Options for Shielded Pool Retirement</a></td> <td>Reserved</td> <tr> <td><span class="reserved">319</span></td> <td class="left"><a class="reserved" href="zip-0319">Options for Shielded Pool Retirement</a></td> <td>Reserved</td>
<tr> <td>320</td> <td class="left"><a href="zip-0320">Defining an Address Type to which funds can only be sent from Transparent Addresses</a></td> <td>Draft</td> <tr> <td>320</td> <td class="left"><a href="zip-0320">Defining an Address Type to which funds can only be sent from Transparent Addresses</a></td> <td>Proposed</td>
<tr> <td>321</td> <td class="left"><a href="zip-0321">Payment Request URIs</a></td> <td>Proposed</td> <tr> <td>321</td> <td class="left"><a href="zip-0321">Payment Request URIs</a></td> <td>Proposed</td>
<tr> <td><span class="reserved">322</span></td> <td class="left"><a class="reserved" href="zip-0322">Generic Signed Message Format</a></td> <td>Reserved</td> <tr> <td><span class="reserved">322</span></td> <td class="left"><a class="reserved" href="zip-0322">Generic Signed Message Format</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">323</span></td> <td class="left"><a class="reserved" href="zip-0323">Specification of getblocktemplate for Zcash</a></td> <td>Reserved</td> <tr> <td><span class="reserved">323</span></td> <td class="left"><a class="reserved" href="zip-0323">Specification of getblocktemplate for Zcash</a></td> <td>Reserved</td>
<tr> <td>324</td> <td class="left"><a href="zip-0324">URI-Encapsulated Payments</a></td> <td>Draft</td>
<tr> <td><span class="reserved">332</span></td> <td class="left"><a class="reserved" href="zip-0332">Wallet Recovery from zcashd HD Seeds</a></td> <td>Reserved</td> <tr> <td><span class="reserved">332</span></td> <td class="left"><a class="reserved" href="zip-0332">Wallet Recovery from zcashd HD Seeds</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">339</span></td> <td class="left"><a class="reserved" href="zip-0339">Wallet Recovery Words</a></td> <td>Reserved</td> <tr> <td><span class="reserved">339</span></td> <td class="left"><a class="reserved" href="zip-0339">Wallet Recovery Words</a></td> <td>Reserved</td>
<tr> <td>400</td> <td class="left"><a href="zip-0400">Wallet.dat format</a></td> <td>Draft</td> <tr> <td>400</td> <td class="left"><a href="zip-0400">Wallet.dat format</a></td> <td>Draft</td>
@ -138,6 +121,7 @@
<tr> <td><strike>1012</strike></td> <td class="left"><strike><a href="zip-1012">Dev Fund to ECC + ZF + Major Grants</a></strike></td> <td>Obsolete</td> <tr> <td><strike>1012</strike></td> <td class="left"><strike><a href="zip-1012">Dev Fund to ECC + ZF + Major Grants</a></strike></td> <td>Obsolete</td>
<tr> <td><strike>1013</strike></td> <td class="left"><strike><a href="zip-1013">Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</a></strike></td> <td>Obsolete</td> <tr> <td><strike>1013</strike></td> <td class="left"><strike><a href="zip-1013">Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</a></strike></td> <td>Obsolete</td>
<tr> <td>1014</td> <td class="left"><a href="zip-1014">Establishing a Dev Fund for ECC, ZF, and Major Grants</a></td> <td>Active</td> <tr> <td>1014</td> <td class="left"><a href="zip-1014">Establishing a Dev Fund for ECC, ZF, and Major Grants</a></td> <td>Active</td>
<tr> <td>guide-markdown</td> <td class="left"><a href="zip-guide-markdown.md">{Something Short and To the Point}</a></td> <td>Draft</td>
<tr> <td>guide</td> <td class="left"><a href="zip-guide">{Something Short and To the Point}</a></td> <td>Draft</td> <tr> <td>guide</td> <td class="left"><a href="zip-guide">{Something Short and To the Point}</a></td> <td>Draft</td>
</table></embed></section> </table></embed></section>
</section> </section>

View File

@ -20,8 +20,11 @@ for zipfile in $(cat .zipfilelist.current); do
echo " <tr> <td>`basename $(basename $zipfile .rst) .md | sed -E 's@zip-0{0,3}@@'`</td> <td class=\"left\"><a href=\"`echo $zipfile`\">`grep '^\s*Title:' $zipfile | sed -E 's@\s*Title:\s*@@'`</a></td> <td>`grep '^\s*Status:' $zipfile | sed -E 's@\s*Status:\s*@@'`</td>" echo " <tr> <td>`basename $(basename $zipfile .rst) .md | sed -E 's@zip-0{0,3}@@'`</td> <td class=\"left\"><a href=\"`echo $zipfile`\">`grep '^\s*Title:' $zipfile | sed -E 's@\s*Title:\s*@@'`</a></td> <td>`grep '^\s*Status:' $zipfile | sed -E 's@\s*Status:\s*@@'`</td>"
fi fi
done done
cat <<EndOfBlock echo " </table></embed>"
</table></embed>
if [ $(wc -c <.draftfilelist.current) -gt 1 ]
then
cat <<EndOfDraftHeader
Drafts without assigned ZIP numbers Drafts without assigned ZIP numbers
----------------------------------- -----------------------------------
@ -35,9 +38,10 @@ be deleted.
<embed><table> <embed><table>
<tr> <th>Title</th> </tr> <tr> <th>Title</th> </tr>
EndOfBlock EndOfDraftHeader
for draftfile in $(find . -name 'draft-*.rst' -o -name 'draft-*.md' | sort); do for draftfile in $(cat .draftfilelist.current); do
echo Adding $draftfile to index. >/dev/stderr echo Adding $draftfile to index of drafts. >/dev/stderr
echo " <tr> <td class=\"left\"><a href=\"`echo $draftfile`\">`grep '^\s*Title:' $draftfile | sed -E 's@\s*Title:\s*@@'`</a></td>" echo " <tr> <td class=\"left\"><a href=\"`echo $draftfile`\">`grep '^\s*Title:' $draftfile | sed -E 's@\s*Title:\s*@@'`</a></td>"
done done
echo " </table></embed>" echo " </table></embed>"
fi

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,6 +1,6 @@
@misc{BCGGMTV2014, @misc{BCGGMTV2014,
presort={BCGGMTV2014}, presort={BCGGMTV2014},
author={Eli Ben-Sasson and Alessandro Chiesa and Christina Garman and Matthew Green and Ian Miers and Eran Tromer and Madars Virza}, author={Eli {Ben\nbh{}Sasson} and Alessandro Chiesa and Christina Garman and Matthew Green and Ian Miers and Eran Tromer and Madars Virza},
title={Zerocash: Decentralized {A}nonymous {P}ayments from {B}itcoin (extended version)}, title={Zerocash: Decentralized {A}nonymous {P}ayments from {B}itcoin (extended version)},
url={https://eprint.iacr.org/2014/349}, url={https://eprint.iacr.org/2014/349},
urldate={2021-04-05}, urldate={2021-04-05},
@ -12,18 +12,18 @@ pages 459--474; IEEE, 2014.}
@misc{BCTV2014a, @misc{BCTV2014a,
presort={BCTV2014a}, presort={BCTV2014a},
author={Eli Ben-Sasson and Alessandro Chiesa and Eran Tromer and Madars Virza}, author={Eli {Ben\nbh{}Sasson} and Alessandro Chiesa and Eran Tromer and Madars Virza},
title={Succinct\, {N}on\hyp {I}nteractive\, {Z}ero\, {K}nowledge\, for\, a\, von\, {N}eumann\, {A}rchitecture}, title={Succinct {N}on-{I}nteractive {Z}ero {K}nowledge for a von~{N}eumann {A}rchitecture},
url={https://eprint.iacr.org/2013/879}, url={https://eprint.iacr.org/2013/879},
urldate={2019-02-08}, urldate={2019-02-08},
howpublished={Cryptology\, ePrint\, Archive:\, Report\, 2013/879. howpublished={Cryptology ePrint Archive: Report 2013/879.
Last revised February~5, 2019.} Last revised February~5, 2019.}
} }
@misc{BCTV2014a-old, @misc{BCTV2014a-old,
presort={BCTV2014a-old}, presort={BCTV2014a-old},
author={Eli Ben-Sasson and Alessandro Chiesa and Eran Tromer and Madars Virza}, author={Eli {Ben\nbh{}Sasson} and Alessandro Chiesa and Eran Tromer and Madars Virza},
title={Succinct {N}on-{I}nteractive {Z}ero {K}nowledge for a von {N}eumann {A}rchitecture title={Succinct {N}on-{I}nteractive {Z}ero {K}nowledge for a von~{N}eumann {A}rchitecture
({M}ay~19, 2015 version)}, ({M}ay~19, 2015 version)},
url={https://eprint.iacr.org/2013/879/20150519:172604}, url={https://eprint.iacr.org/2013/879/20150519:172604},
urldate={2019-02-08}, urldate={2019-02-08},
@ -61,7 +61,7 @@ Received May~6, 2015.}
@misc{BCGTV2013, @misc{BCGTV2013,
presort={BCGTV2013}, presort={BCGTV2013},
author={Eli Ben-Sasson and Alessandro Chiesa and Daniel Genkin and Eran Tromer and Madars Virza}, author={Eli {Ben\nbh{}Sasson} and Alessandro Chiesa and Daniel Genkin and Eran Tromer and Madars Virza},
title={{SNARK}s for {C}: {V}erifying {P}rogram {E}xecutions {S}uccinctly and in {Z}ero {K}nowledge}, title={{SNARK}s for {C}: {V}erifying {P}rogram {E}xecutions {S}uccinctly and in {Z}ero {K}nowledge},
url={https://eprint.iacr.org/2013/507}, url={https://eprint.iacr.org/2013/507},
urldate={2016-08-31}, urldate={2016-08-31},
@ -85,7 +85,7 @@ Lecture Notes in Computer Science; Springer, 2013.},
@inproceedings{BCTV2014b, @inproceedings{BCTV2014b,
presort={BCTV2014b}, presort={BCTV2014b},
author={Eli Ben-Sasson and Alessandro Chiesa and Eran Tromer and Madars Virza}, author={Eli {Ben\nbh{}Sasson} and Alessandro Chiesa and Eran Tromer and Madars Virza},
title={Scalable {Z}ero {K}nowledge via {C}ycles of {E}lliptic {C}urves (extended version)}, title={Scalable {Z}ero {K}nowledge via {C}ycles of {E}lliptic {C}urves (extended version)},
booktitle={Advances in Cryptology - CRYPTO~2014}, booktitle={Advances in Cryptology - CRYPTO~2014},
volume={8617}, volume={8617},
@ -191,7 +191,7 @@ Last revised September~3, 2020.}
% Capitalized De/Di is correct <https://www.thoughtco.com/italian-capitalization-rules-2011478> % Capitalized De/Di is correct <https://www.thoughtco.com/italian-capitalization-rules-2011478>
@inproceedings{DSDCOPS2001, @inproceedings{DSDCOPS2001,
presort={DSDCOPS2001}, presort={DSDCOPS2001},
author={Alfredo {De Santis} and Giovanni {Di Crescenzo} and Rafail Ostrovsky and Guiseppe Persiano and Amit Sahai}, author={Alfredo {De~Santis} and \;Giovanni {Di~Crescenzo} and \;Rafail Ostrovsky and \;Guiseppe Persiano and \;Amit Sahai},
title={Robust {N}on-{I}nteractive {Z}ero {K}nowledge}, title={Robust {N}on-{I}nteractive {Z}ero {K}nowledge},
booktitle={Advances in Cryptology - CRYPTO~2001. booktitle={Advances in Cryptology - CRYPTO~2001.
Proceedings of the 21st Annual International Cryptology Conference Proceedings of the 21st Annual International Cryptology Conference
@ -304,7 +304,7 @@ Conference on Computer and Communications Security},
booktitle={Public Key Cryptography -- PKC 2006. booktitle={Public Key Cryptography -- PKC 2006.
Proceedings of the 9th International Conference on Theory and Practice in Public-Key Cryptography Proceedings of the 9th International Conference on Theory and Practice in Public-Key Cryptography
(New York, NY, USA, April~24--26, 2006)}, (New York, NY, USA, April~24--26, 2006)},
publisher={Springer-Verlag}, publisher={Springer},
date={2006-02-09}, date={2006-02-09},
url={https://cr.yp.to/papers.html#curve25519}, url={https://cr.yp.to/papers.html#curve25519},
urldate={2021-04-05}, urldate={2021-04-05},
@ -313,7 +313,7 @@ Proceedings of the 9th International Conference on Theory and Practice in Public
@article{BDLSY2012, @article{BDLSY2012,
presort={BDLSY2012}, presort={BDLSY2012},
author={Daniel Bernstein and Niels Duif and Tanja Lange and Peter Schwabe and Bo-Yin Yang}, author={Daniel Bernstein and Niels Duif and Tanja Lange and Peter Schwabe and {Bo\nbh{}Yin} Yang},
title={High-speed high-security signatures}, title={High-speed high-security signatures},
journal={Journal of Cryptographic Engineering}, journal={Journal of Cryptographic Engineering},
volume={2}, volume={2},
@ -336,14 +336,14 @@ Proceedings of the 9th International Conference on Theory and Practice in Public
@inproceedings{deRooij1995, @inproceedings{deRooij1995,
presort={deRooij1995}, presort={deRooij1995},
author={Peter {de Rooij}}, author={Peter {de~Rooij}},
title={Efficient exponentiation using precomputation and vector addition chains}, title={Efficient exponentiation using precomputation and vector addition chains},
booktitle={Advances in Cryptology - EUROCRYPT~'94. booktitle={Advances in Cryptology - EUROCRYPT~'94.
Proceedings, Workshop on the Theory and Application of Cryptographic Techniques Proceedings, Workshop on the Theory and Application of Cryptographic Techniques
(Perugia, Italy, May~9--12, 1994)}, (Perugia, Italy, May~9--12, 1994)},
volume={950}, volume={950},
series={Lecture Notes in Computer Science}, series={Lecture Notes in Computer Science},
editor={Alfredo {De Santis}}, editor={Alfredo {De~Santis}},
pages={389--399}, pages={389--399},
publisher={Springer}, publisher={Springer},
isbn={978-3-540-60176-0}, isbn={978-3-540-60176-0},
@ -375,7 +375,7 @@ Received March~30, 2017.}
@misc{BJLSY2015, @misc{BJLSY2015,
presort={BJLSY2015}, presort={BJLSY2015},
author={Daniel Bernstein and Simon Josefsson and Tanja Lange and Peter Schwabe and Bo-Yin Yang}, author={Daniel Bernstein and Simon Josefsson and Tanja Lange and Peter Schwabe and {Bo\nbh{}Yin} Yang},
title={{EdDSA} for more curves}, title={{EdDSA} for more curves},
url={https://cr.yp.to/papers.html#eddsa}, url={https://cr.yp.to/papers.html#eddsa},
urldate={2018-01-22}, urldate={2018-01-22},
@ -394,7 +394,7 @@ Received March~30, 2017.}
@misc{FKMSSS2016, @misc{FKMSSS2016,
presort={FKMSSS2016}, presort={FKMSSS2016},
author={Nils Fleischhacker and Johannes Krupp and Giulio Malavolta and Jonas Schneider and Dominique Schröder and Mark Simkin}, author={Nils Fleischhacker and Johannes Krupp and Giulio Malavolta and Jonas Schneider and Dominique Schröder and Mark Simkin},
title={Efficient\; {U}nlinkable\; {S}anitizable\; {S}ignatures\; from\; {S}ignatures\; with\; {R}e\hyp {R}andomizable\; {K}eys}, title={Efficient\; {U}nlinkable\; {S}anitizable\; {S}ignatures\; from\; {S}ignatures\; with\; {R}e-{R}andomizable\; {K}eys},
url={https://eprint.iacr.org/2015/395}, url={https://eprint.iacr.org/2015/395},
urldate={2018-03-03}, urldate={2018-03-03},
howpublished={Cryptology ePrint Archive: Report 2012/159. howpublished={Cryptology ePrint Archive: Report 2012/159.
@ -402,7 +402,7 @@ Last revised February~11, 2016.},
addendum={An extended abstract appeared in addendum={An extended abstract appeared in
\textsl{Public Key Cryptography -- PKC 2016: 19th IACR International Conference on Practice and Theory in Public-Key Cryptography \textsl{Public Key Cryptography -- PKC 2016: 19th IACR International Conference on Practice and Theory in Public-Key Cryptography
(Taipei, Taiwan, March~6--9, 2016), Proceedings, Part~1};\, (Taipei, Taiwan, March~6--9, 2016), Proceedings, Part~1};\,
Ed. by Chen-Mou Cheng, Kai-Min Chung, Giuseppe Persiano, and Bo-Yin Yang;\, Ed. by {Chen\nbh{}Mou} Cheng, {Kai\nbh{}Min} Chung, Giuseppe Persiano, and {Bo\nbh{}Yin} Yang;\,
Vol.~9614, Lecture Notes in Computer Science, pages 301--330; Vol.~9614, Lecture Notes in Computer Science, pages 301--330;
Springer, 2016; ISBN 978-3-662-49384-7.} Springer, 2016; ISBN 978-3-662-49384-7.}
} }
@ -410,7 +410,7 @@ Springer, 2016; ISBN 978-3-662-49384-7.}
@misc{DS2016, @misc{DS2016,
presort={DS2016}, presort={DS2016},
author={David Derler and Daniel Slamanig}, author={David Derler and Daniel Slamanig},
title={Key\hyp {H}omomorphic {S}ignatures and {A}pplications to {M}ultiparty {S}ignatures and {N}on\hyp {I}nteractive {Z}ero\hyp {K}nowledge}, title={Key-{H}omomorphic {S}ignatures and {A}pplications to {M}ultiparty {S}ignatures and {N}on-{I}nteractive {Z}ero-{K}nowledge},
url={https://eprint.iacr.org/2016/792}, url={https://eprint.iacr.org/2016/792},
urldate={2018-04-09}, urldate={2018-04-09},
howpublished={Cryptology ePrint Archive: Report 2016/792. howpublished={Cryptology ePrint Archive: Report 2016/792.
@ -524,8 +524,7 @@ Received October~20, 2020.}
@misc{ANWW2013, @misc{ANWW2013,
presort={ANWW2013}, presort={ANWW2013},
author={Jean-Philippe Aumasson and \;Samuel Neves and \;Zooko Wilcox-O'Hearn and author={{Jean\nbh{}Philippe} Aumasson and Samuel Neves and Zooko Wilcox and Christian Winnerlein},
\;Christian Winnerlein},
date={2013-01-29}, date={2013-01-29},
title={{BLAKE2}: simpler, smaller, fast as {MD5}}, title={{BLAKE2}: simpler, smaller, fast as {MD5}},
url={https://blake2.net/#sp}, url={https://blake2.net/#sp},
@ -553,7 +552,7 @@ Last updated December~16, 2020.}
@misc{Poseidon-Zc1.1, @misc{Poseidon-Zc1.1,
presort={Poseidon-Zc1.1}, presort={Poseidon-Zc1.1},
author={Lorenzo Grassi and Dmitry Khovratovich and Christian Rechberger and Arnab Roy and Markus Schofnegger and Daira Emma Hopwood}, author={Lorenzo Grassi and Dmitry Khovratovich and Christian Rechberger and Arnab Roy and Markus Schofnegger and {Daira\nbh{}Emma} Hopwood},
title={Poseidon reference implementation, Zcash fork, Version 1.1}, title={Poseidon reference implementation, Zcash fork, Version 1.1},
date={2021-07-28}, date={2021-07-28},
url={https://github.com/daira/pasta-hadeshash}, url={https://github.com/daira/pasta-hadeshash},
@ -562,7 +561,7 @@ Last updated December~16, 2020.}
@misc{BDPA2007, @misc{BDPA2007,
presort={BDPA2007}, presort={BDPA2007},
author={Guido Bertoni and Joan Daemen and Michaël Peeters and Gilles {Van Assche}}, author={Guido Bertoni and Joan Daemen and Michaël Peeters and Gilles {Van~Assche}},
title={Sponge functions}, title={Sponge functions},
url={https://keccak.team/files/SpongeFunctions.pdf}, url={https://keccak.team/files/SpongeFunctions.pdf},
urldate={2022-08-31}, urldate={2022-08-31},
@ -572,7 +571,7 @@ as part of the Hash Algorithm Requirements and Evaluation Criteria for the SHA-3
@misc{BDPA2011, @misc{BDPA2011,
presort={BDPA2011}, presort={BDPA2011},
author={Guido Bertoni and Joan Daemen and Michaël Peeters and Gilles {Van Assche}}, author={Guido Bertoni and Joan Daemen and Michaël Peeters and Gilles {Van~Assche}},
title={Cryptographic sponge functions}, title={Cryptographic sponge functions},
url={https://keccak.team/files/CSF-0.1.pdf}, url={https://keccak.team/files/CSF-0.1.pdf},
urldate={2021-03-01}, urldate={2021-03-01},
@ -581,7 +580,7 @@ as part of the Hash Algorithm Requirements and Evaluation Criteria for the SHA-3
@misc{ADMA2015, @misc{ADMA2015,
presort={ADMA2015}, presort={ADMA2015},
author={Elena Andreeva and Joan Daemen and Bart Mennink and Gilles {Van Assche}}, author={Elena Andreeva and Joan Daemen and Bart Mennink and Gilles {Van~Assche}},
title={Security of Keyed Sponge Constructions Using a Modular Proof Approach}, title={Security of Keyed Sponge Constructions Using a Modular Proof Approach},
url={https://keccak.team/files/ModularKeyedSponge.pdf}, url={https://keccak.team/files/ModularKeyedSponge.pdf},
urldate={2021-03-01}, urldate={2021-03-01},
@ -649,7 +648,7 @@ Received February~13, 2020.}
@misc{BCD+2020, @misc{BCD+2020,
presort={BCD+2020}, presort={BCD+2020},
author={Tim Beyne and Anne Canteaut and Itai Dinur and Maria Eichlseder and Gregor Leander and Gaëtan Leurent and author={Tim Beyne and Anne Canteaut and Itai Dinur and Maria Eichlseder and Gregor Leander and Gaëtan Leurent and
María Naya-Plasencia and Léo Perrin and Yu Sasaki and Yosuke Todo and Friedrich Wiemer}, María {Naya\nbh{}Plasencia} and Léo Perrin and Yu Sasaki and Yosuke Todo and Friedrich Wiemer},
title={Out of Oddity --- New Cryptanalytic Techniques against Symmetric Primitives Optimized for Integrity Proof Systems}, title={Out of Oddity --- New Cryptanalytic Techniques against Symmetric Primitives Optimized for Integrity Proof Systems},
url={https://eprint.iacr.org/2020/188}, url={https://eprint.iacr.org/2020/188},
urldate={2021-03-01}, urldate={2021-03-01},
@ -684,7 +683,7 @@ Received May~21, 2016.}
@misc{RFC-7693, @misc{RFC-7693,
presort={RFC-7693}, presort={RFC-7693},
author={Markku-Juhani Saarinen (ed.)}, author={{Markku\nbh{}Juhani} Saarinen (ed.) and {Jean\nbh{}Philippe} Aumasson},
title={Request for {C}omments 7693: {T}he {BLAKE2} {C}ryptographic {H}ash and title={Request for {C}omments 7693: {T}he {BLAKE2} {C}ryptographic {H}ash and
{M}essage {A}uthentication {C}ode ({MAC})}, {M}essage {A}uthentication {C}ode ({MAC})},
howpublished={Internet Engineering Task Force (IETF)}, howpublished={Internet Engineering Task Force (IETF)},
@ -718,7 +717,7 @@ Received May~21, 2016.}
@misc{ID-hashtocurve, @misc{ID-hashtocurve,
presort={ID-hashtocurve}, presort={ID-hashtocurve},
author={Armando Faz-Hernández and Sam Scott and Nick Sullivan and Riad Wahby and Christopher Wood}, author={Armando {Faz\nbh{}Hernández} and Sam Scott and Nick Sullivan and Riad Wahby and Christopher Wood},
title={Internet {D}raft: {H}ashing to Elliptic Curves, version 10}, title={Internet {D}raft: {H}ashing to Elliptic Curves, version 10},
howpublished={Internet Research Task Force (IRTF) Crypto Forum Research Group (CFRG). Work in progress. Last revised December~22, 2020.}, howpublished={Internet Research Task Force (IRTF) Crypto Forum Research Group (CFRG). Work in progress. Last revised December~22, 2020.},
url={https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-10.html}, url={https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-10.html},
@ -736,7 +735,7 @@ Received May~21, 2016.}
@inproceedings{BCIMRT2010, @inproceedings{BCIMRT2010,
presort={BCIMRT2010}, presort={BCIMRT2010},
author={Eric Brier and Jean-Sébastien Coron and Thomas Icart and David Madore and Hugues Randriam and Mehdi Tibouchi}, author={Eric Brier and {Jean\nbh{}Sébastien} Coron and Thomas Icart and David Madore and Hugues Randriam and Mehdi Tibouchi},
title={Efficient Indifferentiable Hashing into Ordinary Elliptic Curves}, title={Efficient Indifferentiable Hashing into Ordinary Elliptic Curves},
booktitle={Advances in Cryptology - CRYPTO~2010. booktitle={Advances in Cryptology - CRYPTO~2010.
Proceedings of the 30th Annual International Cryptology Conference Proceedings of the 30th Annual International Cryptology Conference
@ -755,12 +754,12 @@ Proceedings of the 30th Annual International Cryptology Conference
@inproceedings{SvdW2006, @inproceedings{SvdW2006,
presort={SvdW2006}, presort={SvdW2006},
author={Andrew Shallue and Christiaan E. van de Woestijne}, author={Andrew Shallue and Christiaan E. {van~de~Woestijne}},
title={Construction of Rational Points on Elliptic Curves over Finite Fields}, title={Construction of Rational Points on Elliptic Curves over Finite Fields},
booktitle={Algorithmic Number Theory: 7th International Symposium, ANTS-VII (Berlin, Germany, July~23--28, 2006)}, booktitle={Algorithmic Number Theory: 7th International Symposium, {ANTS-VII} (Berlin, Germany, July~23--28, 2006)},
volume={4076}, volume={4076},
series={Lecture Notes in Computer Science}, series={Lecture Notes in Computer Science},
editor={F. Hess and S. Pauli and M. Pohst}, editor={Florian Hess and Sebastian Pauli and Michael Pohst},
pages={510--524}, pages={510--524},
year={2006}, year={2006},
publisher={Springer}, publisher={Springer},
@ -786,7 +785,7 @@ Proceedings of the 30th Annual International Cryptology Conference
@article{FFSTV2013, @article{FFSTV2013,
presort={FFSTV2013}, presort={FFSTV2013},
author={Reza Farashahi and Pierre-Alain Fouque and Igor Shparlinski and Mehdi Tibouchi and J. Felipe Voloch}, author={Reza Farashahi and {Pierre\nbh{}Alain} Fouque and Igor Shparlinski and Mehdi Tibouchi and J. Felipe Voloch},
title={Indifferentiable deterministic hashing to elliptic and hyperelliptic curves}, title={Indifferentiable deterministic hashing to elliptic and hyperelliptic curves},
journal={Mathematics of Computation}, journal={Mathematics of Computation},
volume={82}, volume={82},
@ -802,14 +801,14 @@ Proceedings of the 30th Annual International Cryptology Conference
author={Taechan Kim and Mehdi Tibouchi}, author={Taechan Kim and Mehdi Tibouchi},
title={Improved Elliptic Curve Hashing and Point Representation}, title={Improved Elliptic Curve Hashing and Point Representation},
booktitle={Proceedings of WCC2015 - 9th International Workshop on Coding and Cryptography (Paris, France, April 2015)}, booktitle={Proceedings of WCC2015 - 9th International Workshop on Coding and Cryptography (Paris, France, April 2015)},
editor={Anne Canteaut and Gaëtan Leurent and Maria Naya-Plasencia}, editor={Anne Canteaut and Gaëtan Leurent and Maria {Naya\nbh{}Plasencia}},
url={https://hal.inria.fr/hal-01275711}, url={https://hal.inria.fr/hal-01275711},
urldate={2021-01-28} urldate={2021-01-28}
} }
@article{BGHOZ2013, @article{BGHOZ2013,
presort={BGHOZ2013}, presort={BGHOZ2013},
author={Gilles Barthe and Benjamin Grégoire and Sylvain Heraud and Frederico Olmedo and Santiago Zanella-Béguelin}, author={Gilles\; Barthe and \;\;Benjamin\; Grégoire and \;\;Sylvain\; Heraud and \;\;Frederico\; Olmedo and \;\;Santiago {Zanella\nbh{}Béguelin}},
title={Verified indifferentiable hashing into elliptic curves}, title={Verified indifferentiable hashing into elliptic curves},
journal={Journal of Computer Security, Security and Trust Principles}, journal={Journal of Computer Security, Security and Trust Principles},
volume={21}, volume={21},
@ -896,7 +895,7 @@ L. Hernández Encinas and C. Sánchez Ávila},
@misc{ABR1999, @misc{ABR1999,
presort={ABR1999}, presort={ABR1999},
author={Michel Abdalla and Mihir Bellare and Phillip Rogaway}, author={Michel Abdalla and Mihir Bellare and Phillip Rogaway},
title={{DHAES}: {A}n {E}ncryption {S}cheme {B}ased on the {D}iffie-{H}ellman {P}roblem}, title={{DHAES}: {A}n {E}ncryption {S}cheme {B}ased on the {D}iffie--{H}ellman {P}roblem},
url={https://eprint.iacr.org/1999/007}, url={https://eprint.iacr.org/1999/007},
urldate={2016-08-21}, urldate={2016-08-21},
date={1998-09}, date={1998-09},
@ -905,7 +904,7 @@ L. Hernández Encinas and C. Sánchez Ávila},
@misc{DGKM2011, @misc{DGKM2011,
presort={DGKM2011}, presort={DGKM2011},
author={Dana Dachman-Soled and Rosario Gennaro and Hugo Krawczyk and Tal Malkin}, author={Dana {Dachman\nbh{}Soled} and Rosario Gennaro and Hugo Krawczyk and Tal Malkin},
title={Computational {E}xtractors and {P}seudorandomness}, title={Computational {E}xtractors and {P}seudorandomness},
url={https://eprint.iacr.org/2011/708}, url={https://eprint.iacr.org/2011/708},
urldate={2016-09-02}, urldate={2016-09-02},
@ -934,7 +933,7 @@ Last revised February~5, 2018.}
@misc{vanSaberh2014, @misc{vanSaberh2014,
presort={vanSaberh2014}, presort={vanSaberh2014},
author={Nicolas {van Saberhagen}}, author={Nicolas {van~Saberhagen}},
title={CryptoNote v 2.0}, title={CryptoNote v 2.0},
note={Date disputed.}, note={Date disputed.},
url={https://bytecoin.org/old/whitepaper.pdf}, url={https://bytecoin.org/old/whitepaper.pdf},
@ -952,7 +951,7 @@ Last revised February~5, 2018.}
@misc{Dalek-notes, @misc{Dalek-notes,
presort={Dalek-notes}, presort={Dalek-notes},
author={Cathie Yun and Henry {de Valence} and Oleg Andreev and Dimitris Apostolou}, author={Cathie Yun and Henry {de~Valence} and Oleg Andreev and Dimitris Apostolou},
title={Dalek bulletproofs notes, module r1cs\_proof}, title={Dalek bulletproofs notes, module r1cs\_proof},
url={https://doc-internal.dalek.rs/bulletproofs/notes/r1cs_proof/index.html}, url={https://doc-internal.dalek.rs/bulletproofs/notes/r1cs_proof/index.html},
urldate={2021-04-07} urldate={2021-04-07}
@ -1170,8 +1169,8 @@ Last revised February~5, 2018.}
@misc{BIP-68, @misc{BIP-68,
presort={BIP-0068}, presort={BIP-0068},
author={Mark Friedenbach and BtcDrak and Nicolas Dorier and kinoshitajona}, author={Mark\; Friedenbach and \;BtcDrak and \;Nicolas\; Dorier and \;kinoshitajona},
title={Relative lock-time using consensus\hyp enforced sequence numbers}, title={\;Relative\, lock-time\, using consensus-enforced sequence numbers},
howpublished={Bitcoin Improvement Proposal 68. Last revised November~21, 2015}, howpublished={Bitcoin Improvement Proposal 68. Last revised November~21, 2015},
url={https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki}, url={https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki},
urldate={2020-07-13} urldate={2020-07-13}
@ -1206,7 +1205,7 @@ Last revised February~5, 2018.}
@misc{ZIP-32, @misc{ZIP-32,
presort={ZIP-0032}, presort={ZIP-0032},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Shielded Hierarchical Deterministic Wallets}, title={Shielded Hierarchical Deterministic Wallets},
howpublished={Zcash Improvement Proposal 32.}, howpublished={Zcash Improvement Proposal 32.},
url={https://zips.z.cash/zip-0032}, url={https://zips.z.cash/zip-0032},
@ -1215,14 +1214,14 @@ Last revised February~5, 2018.}
@misc{ZIP-76, @misc{ZIP-76,
presort={ZIP-0076}, presort={ZIP-0076},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Transaction Signature Validation before {O}verwinter}, title={Transaction Signature Validation before {O}verwinter},
howpublished={Zcash Improvement Proposal 76 (in progress).}, howpublished={Zcash Improvement Proposal 76 (in progress).},
} }
@misc{ZIP-143, @misc{ZIP-143,
presort={ZIP-0143}, presort={ZIP-0143},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Transaction Signature Validation for {O}verwinter}, title={Transaction Signature Validation for {O}verwinter},
howpublished={Zcash Improvement Proposal 143. Created December~27, 2017.}, howpublished={Zcash Improvement Proposal 143. Created December~27, 2017.},
url={https://zips.z.cash/zip-0143}, url={https://zips.z.cash/zip-0143},
@ -1231,7 +1230,7 @@ Last revised February~5, 2018.}
@misc{ZIP-173, @misc{ZIP-173,
presort={ZIP-0173}, presort={ZIP-0173},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Bech32 Format}, title={Bech32 Format},
howpublished={Zcash Improvement Proposal 173. Created June~13, 2018.}, howpublished={Zcash Improvement Proposal 173. Created June~13, 2018.},
url={https://zips.z.cash/zip-0173}, url={https://zips.z.cash/zip-0173},
@ -1249,7 +1248,7 @@ Last revised February~5, 2018.}
@misc{ZIP-201, @misc{ZIP-201,
presort={ZIP-0201}, presort={ZIP-0201},
author={Simon Liu}, author={Simon Liu and {Daira\nbh{}Emma} Hopwood},
title={Network Peer Management for {O}verwinter}, title={Network Peer Management for {O}verwinter},
howpublished={Zcash Improvement Proposal 201. Created January~15, 2018.}, howpublished={Zcash Improvement Proposal 201. Created January~15, 2018.},
url={https://zips.z.cash/zip-0201}, url={https://zips.z.cash/zip-0201},
@ -1258,7 +1257,7 @@ Last revised February~5, 2018.}
@misc{ZIP-202, @misc{ZIP-202,
presort={ZIP-0202}, presort={ZIP-0202},
author={Simon Liu}, author={Simon Liu and {Daira\nbh{}Emma} Hopwood},
title={Version 3 Transaction Format for {O}verwinter}, title={Version 3 Transaction Format for {O}verwinter},
howpublished={Zcash Improvement Proposal 202. Created January~10, 2018.}, howpublished={Zcash Improvement Proposal 202. Created January~10, 2018.},
url={https://zips.z.cash/zip-0202}, url={https://zips.z.cash/zip-0202},
@ -1267,7 +1266,7 @@ Last revised February~5, 2018.}
@misc{ZIP-203, @misc{ZIP-203,
presort={ZIP-0203}, presort={ZIP-0203},
author={Jay Graber}, author={Jay Graber and {Daira\nbh{}Emma} Hopwood},
title={Transaction Expiry}, title={Transaction Expiry},
howpublished={Zcash Improvement Proposal 203. Created January~9, 2018.}, howpublished={Zcash Improvement Proposal 203. Created January~9, 2018.},
url={https://zips.z.cash/zip-0203}, url={https://zips.z.cash/zip-0203},
@ -1276,7 +1275,7 @@ Last revised February~5, 2018.}
@misc{ZIP-205, @misc{ZIP-205,
presort={ZIP-0205}, presort={ZIP-0205},
author={Daira Emma Hopwood}, author={Simon Liu and {Daira\nbh{}Emma} Hopwood},
title={Deployment of the {S}apling Network Upgrade}, title={Deployment of the {S}apling Network Upgrade},
howpublished={Zcash Improvement Proposal 205. Created October~8, 2018.}, howpublished={Zcash Improvement Proposal 205. Created October~8, 2018.},
url={https://zips.z.cash/zip-0205}, url={https://zips.z.cash/zip-0205},
@ -1285,7 +1284,7 @@ Last revised February~5, 2018.}
@misc{ZIP-206, @misc{ZIP-206,
presort={ZIP-0206}, presort={ZIP-0206},
author={Daira Emma Hopwood}, author={Simon Liu and {Daira\nbh{}Emma} Hopwood},
title={Deployment of the {B}lossom Network Upgrade}, title={Deployment of the {B}lossom Network Upgrade},
howpublished={Zcash Improvement Proposal 206. Created July~29, 2019.}, howpublished={Zcash Improvement Proposal 206. Created July~29, 2019.},
url={https://zips.z.cash/zip-0206}, url={https://zips.z.cash/zip-0206},
@ -1294,7 +1293,7 @@ Last revised February~5, 2018.}
@misc{ZIP-207, @misc{ZIP-207,
presort={ZIP-0207}, presort={ZIP-0207},
author={Jack Grigg}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Funding Streams}, title={Funding Streams},
howpublished={Zcash Improvement Proposal 207. Created January~4, 2019.}, howpublished={Zcash Improvement Proposal 207. Created January~4, 2019.},
url={https://zips.z.cash/zip-0207}, url={https://zips.z.cash/zip-0207},
@ -1303,7 +1302,7 @@ Last revised February~5, 2018.}
@misc{ZIP-208, @misc{ZIP-208,
presort={ZIP-0208}, presort={ZIP-0208},
author={Simon Liu and Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood and Simon Liu},
title={Shorter Block Target Spacing}, title={Shorter Block Target Spacing},
howpublished={Zcash Improvement Proposal 208. Created January~10, 2019.}, howpublished={Zcash Improvement Proposal 208. Created January~10, 2019.},
url={https://zips.z.cash/zip-0208}, url={https://zips.z.cash/zip-0208},
@ -1312,7 +1311,7 @@ Last revised February~5, 2018.}
@misc{ZIP-209, @misc{ZIP-209,
presort={ZIP-0209}, presort={ZIP-0209},
author={Sean Bowe}, author={Sean Bowe and {Daira\nbh{}Emma} Hopwood},
title={Prohibit Negative Shielded Value Pool Balances}, title={Prohibit Negative Shielded Value Pool Balances},
howpublished={Zcash Improvement Proposal 209. Created February~25, 2019.}, howpublished={Zcash Improvement Proposal 209. Created February~25, 2019.},
url={https://zips.z.cash/zip-0209}, url={https://zips.z.cash/zip-0209},
@ -1321,7 +1320,7 @@ Last revised February~5, 2018.}
@misc{ZIP-211, @misc{ZIP-211,
presort={ZIP-0211}, presort={ZIP-0211},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Disabling Addition of New Value to the {S}prout Value Pool}, title={Disabling Addition of New Value to the {S}prout Value Pool},
howpublished={Zcash Improvement Proposal 211. Created March~29, 2019.}, howpublished={Zcash Improvement Proposal 211. Created March~29, 2019.},
url={https://zips.z.cash/zip-0211}, url={https://zips.z.cash/zip-0211},
@ -1348,7 +1347,7 @@ Last revised February~5, 2018.}
@misc{ZIP-214, @misc{ZIP-214,
presort={ZIP-0214}, presort={ZIP-0214},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Consensus rules for a {Z}cash Development Fund}, title={Consensus rules for a {Z}cash Development Fund},
howpublished={Zcash Improvement Proposal 214. Created February~28, 2020.}, howpublished={Zcash Improvement Proposal 214. Created February~28, 2020.},
url={https://zips.z.cash/zip-0214}, url={https://zips.z.cash/zip-0214},
@ -1357,7 +1356,7 @@ Last revised February~5, 2018.}
@misc{ZIP-215, @misc{ZIP-215,
presort={ZIP-0215}, presort={ZIP-0215},
author={Henry de Valance}, author={Henry {de~Valence}},
title={Explicitly Defining and Modifying {Ed25519} Validation Rules}, title={Explicitly Defining and Modifying {Ed25519} Validation Rules},
howpublished={Zcash Improvement Proposal 215. Created April~27, 2020.}, howpublished={Zcash Improvement Proposal 215. Created April~27, 2020.},
url={https://zips.z.cash/zip-0215}, url={https://zips.z.cash/zip-0215},
@ -1366,7 +1365,7 @@ Last revised February~5, 2018.}
@misc{ZIP-216, @misc{ZIP-216,
presort={ZIP-0216}, presort={ZIP-0216},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Require Canonical Point Encodings}, title={Require Canonical Point Encodings},
howpublished={Zcash Improvement Proposal 216. Created February~11, 2021.}, howpublished={Zcash Improvement Proposal 216. Created February~11, 2021.},
url={https://zips.z.cash/zip-0216}, url={https://zips.z.cash/zip-0216},
@ -1375,7 +1374,7 @@ Last revised February~5, 2018.}
@misc{ZIP-221, @misc{ZIP-221,
presort={ZIP-0221}, presort={ZIP-0221},
author={Jack Grigg}, author={{Ying~Tong} Lai and James Prestwich and Georgios Konstantopoulos and Jack Grigg},
title={{FlyClient} - Consensus-Layer Changes}, title={{FlyClient} - Consensus-Layer Changes},
howpublished={Zcash Improvement Proposal 221. Created March~30, 2019.}, howpublished={Zcash Improvement Proposal 221. Created March~30, 2019.},
url={https://zips.z.cash/zip-0221}, url={https://zips.z.cash/zip-0221},
@ -1393,7 +1392,7 @@ Last revised February~5, 2018.}
@misc{ZIP-224, @misc{ZIP-224,
presort={ZIP-0224}, presort={ZIP-0224},
author={Daira Emma Hopwood and Jack Grigg and Sean Bowe and Kris Nuttycombe and Ying Tong Lai}, author={{Daira\nbh{}Emma} Hopwood and Jack Grigg and Sean Bowe and Kris Nuttycombe and {Ying~Tong} Lai},
title={Orchard Shielded Protocol}, title={Orchard Shielded Protocol},
howpublished={Zcash Improvement Proposal 224. Created February~27, 2021.}, howpublished={Zcash Improvement Proposal 224. Created February~27, 2021.},
url={https://zips.z.cash/zip-0225}, url={https://zips.z.cash/zip-0225},
@ -1402,7 +1401,7 @@ Last revised February~5, 2018.}
@misc{ZIP-225, @misc{ZIP-225,
presort={ZIP-0225}, presort={ZIP-0225},
author={Daira Emma Hopwood and Jack Grigg and Sean Bowe and Kris Nuttycombe and Ying Tong Lai}, author={{Daira\nbh{}Emma} Hopwood and Jack Grigg and Sean Bowe and Kris Nuttycombe and {Ying~Tong} Lai},
title={Version 5 Transaction Format}, title={Version 5 Transaction Format},
howpublished={Zcash Improvement Proposal 225. Created February~28, 2021.}, howpublished={Zcash Improvement Proposal 225. Created February~28, 2021.},
url={https://zips.z.cash/zip-0225}, url={https://zips.z.cash/zip-0225},
@ -1411,7 +1410,7 @@ Last revised February~5, 2018.}
@misc{ZIP-239, @misc{ZIP-239,
presort={ZIP-0239}, presort={ZIP-0239},
author={Daira Emma Hopwood and Jack Grigg}, author={{Daira\nbh{}Emma} Hopwood and Jack Grigg},
title={Relay of Version 5 Transactions}, title={Relay of Version 5 Transactions},
howpublished={Zcash Improvement Proposal 239. Created May~29, 2021.}, howpublished={Zcash Improvement Proposal 239. Created May~29, 2021.},
url={https://zips.z.cash/zip-0239}, url={https://zips.z.cash/zip-0239},
@ -1420,7 +1419,7 @@ Last revised February~5, 2018.}
@misc{ZIP-243, @misc{ZIP-243,
presort={ZIP-0243}, presort={ZIP-0243},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={Transaction Signature Validation for {S}apling}, title={Transaction Signature Validation for {S}apling},
howpublished={Zcash Improvement Proposal 243. Created April~10, 2018.}, howpublished={Zcash Improvement Proposal 243. Created April~10, 2018.},
url={https://zips.z.cash/zip-0243}, url={https://zips.z.cash/zip-0243},
@ -1429,7 +1428,7 @@ Last revised February~5, 2018.}
@misc{ZIP-244, @misc{ZIP-244,
presort={ZIP-0244}, presort={ZIP-0244},
author={Kris Nuttycombe and Daira Emma Hopwood}, author={Kris Nuttycombe and {Daira\nbh{}Emma} Hopwood and Jack Grigg},
title={Transaction Identifier Non-Malleability}, title={Transaction Identifier Non-Malleability},
howpublished={Zcash Improvement Proposal 244. Created January~6, 2021.}, howpublished={Zcash Improvement Proposal 244. Created January~6, 2021.},
url={https://zips.z.cash/zip-0244}, url={https://zips.z.cash/zip-0244},
@ -1438,7 +1437,7 @@ Last revised February~5, 2018.}
@misc{ZIP-245, @misc{ZIP-245,
presort={ZIP-0245}, presort={ZIP-0245},
author={Daira Emma Hopwood and Kris Nuttycombe}, author={Kris Nuttycombe and {Daira\nbh{}Emma} Hopwood},
title={Transaction Identifier Digests & Signature Validation for {T}ransparent {Z}cash {E}xtensions}, title={Transaction Identifier Digests & Signature Validation for {T}ransparent {Z}cash {E}xtensions},
howpublished={Zcash Improvement Proposal 245. Created January~13, 2021.}, howpublished={Zcash Improvement Proposal 245. Created January~13, 2021.},
url={https://zips.z.cash/zip-0245}, url={https://zips.z.cash/zip-0245},
@ -1447,7 +1446,7 @@ Last revised February~5, 2018.}
@misc{ZIP-250, @misc{ZIP-250,
presort={ZIP-0250}, presort={ZIP-0250},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Deployment of the {H}eartwood Network Upgrade}, title={Deployment of the {H}eartwood Network Upgrade},
howpublished={Zcash Improvement Proposal 250. Created February~28, 2020.}, howpublished={Zcash Improvement Proposal 250. Created February~28, 2020.},
url={https://zips.z.cash/zip-0250}, url={https://zips.z.cash/zip-0250},
@ -1456,7 +1455,7 @@ Last revised February~5, 2018.}
@misc{ZIP-251, @misc{ZIP-251,
presort={ZIP-0251}, presort={ZIP-0251},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Deployment of the {C}anopy Network Upgrade}, title={Deployment of the {C}anopy Network Upgrade},
howpublished={Zcash Improvement Proposal 251. Created February~28, 2020.}, howpublished={Zcash Improvement Proposal 251. Created February~28, 2020.},
url={https://zips.z.cash/zip-0251}, url={https://zips.z.cash/zip-0251},
@ -1465,7 +1464,7 @@ Last revised February~5, 2018.}
@misc{ZIP-252, @misc{ZIP-252,
presort={ZIP-0252}, presort={ZIP-0252},
author={Teor and Daira Emma Hopwood}, author={teor and {Daira\nbh{}Emma} Hopwood},
title={Deployment of the {NU5} Network Upgrade}, title={Deployment of the {NU5} Network Upgrade},
howpublished={Zcash Improvement Proposal 252. Created February~23, 2021.}, howpublished={Zcash Improvement Proposal 252. Created February~23, 2021.},
url={https://zips.z.cash/zip-0252}, url={https://zips.z.cash/zip-0252},
@ -1483,7 +1482,7 @@ Last revised February~5, 2018.}
@misc{ZIP-316, @misc{ZIP-316,
presort={ZIP-0316}, presort={ZIP-0316},
author={Daira Emma Hopwood and Nathan Wilcox and Taylor Hornby and Jack Grigg and Sean Bowe and Kris Nuttycombe and Ying Tong Lai}, author={{Daira\nbh{}Emma} Hopwood and Nathan Wilcox and Taylor Hornby and Jack Grigg and Sean Bowe and Kris Nuttycombe and Greg Pfeil and {Ying~Tong} Lai},
title={Unified Addresses and Unified Viewing Keys}, title={Unified Addresses and Unified Viewing Keys},
howpublished={Zcash Improvement Proposal 316. Created April~7, 2021.}, howpublished={Zcash Improvement Proposal 316. Created April~7, 2021.},
url={https://zips.z.cash/zip-0316}, url={https://zips.z.cash/zip-0316},
@ -1501,14 +1500,14 @@ Last revised February~5, 2018.}
@misc{BGG-mpc, @misc{BGG-mpc,
presort={BGG-mpc}, presort={BGG-mpc},
author={Sean Bowe and Ariel Gabizon and Matthew Green}, author={Sean Bowe and Ariel Gabizon and Matthew Green},
title={GitHub repository `\hairspace zcash/mpc'\hairspace: zk-SNARK parameter multi-party computation protocol}, title={GitHub repository `\hairspace zcash/mpc'\hairspace: zk-{SNARK} parameter multi-party computation protocol},
url={https://github.com/zcash/mpc}, url={https://github.com/zcash/mpc},
urldate={2017-01-06} urldate={2017-01-06}
} }
@misc{Hopwood2018, @misc{Hopwood2018,
presort={Hopwood2018}, presort={Hopwood2018},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={GitHub repository `\hairspace daira/jubjub'\hairspace: title={GitHub repository `\hairspace daira/jubjub'\hairspace:
{S}upporting evidence for security of the {J}ubjub curve to be used in {Z}cash}, {S}upporting evidence for security of the {J}ubjub curve to be used in {Z}cash},
url={https://github.com/daira/jubjub}, url={https://github.com/daira/jubjub},
@ -1518,7 +1517,7 @@ Last revised February~5, 2018.}
@misc{Hopwood2020, @misc{Hopwood2020,
presort={Hopwood2020}, presort={Hopwood2020},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={GitHub repository `\hairspace zcash/pasta'\hairspace: title={GitHub repository `\hairspace zcash/pasta'\hairspace:
{G}enerator and supporting evidence for security of the {P}allas/{V}esta pair of elliptic curves suitable for {H}alo}, {G}enerator and supporting evidence for security of the {P}allas/{V}esta pair of elliptic curves suitable for {H}alo},
url={https://github.com/zcash/pasta}, url={https://github.com/zcash/pasta},
@ -1528,7 +1527,7 @@ Last revised February~5, 2018.}
@misc{Hopwood2022, @misc{Hopwood2022,
presort={Hopwood2022}, presort={Hopwood2022},
author={Daira Emma Hopwood}, author={{Daira\nbh{}Emma} Hopwood},
title={Explaining the Security of Zcash}, title={Explaining the Security of Zcash},
howpublished={Presentation at Zcon3. Slides and a link to the video are available at: howpublished={Presentation at Zcon3. Slides and a link to the video are available at:
\textit{GitHub repository `\hairspace daira/zcash-security'\hairspace: Code and documentation supporting security analysis of Zcash}.}, \textit{GitHub repository `\hairspace daira/zcash-security'\hairspace: Code and documentation supporting security analysis of Zcash}.},
@ -1737,7 +1736,7 @@ generic composition paradigm},
@misc{WCBTV2015, @misc{WCBTV2015,
presort={WCBTV2015}, presort={WCBTV2015},
author={Zooko Wilcox and Alessandro Chiesa and Eli Ben-Sasson and Eran Tromer and Madars Virza}, author={Zooko Wilcox and Alessandro Chiesa and Eli {Ben\nbh{}Sasson} and Eran Tromer and Madars Virza},
title={A {B}ug in libsnark}, title={A {B}ug in libsnark},
howpublished={Least Authority blog}, howpublished={Least Authority blog},
date={2015-05-16}, date={2015-05-16},
@ -1842,7 +1841,7 @@ IEEE Computer Society Press, 1997; ISBN 0-8186-8197-7.}
@misc{KvE2013, @misc{KvE2013,
presort={KvE2013}, presort={KvE2013},
author={Kaa1el and Hagen von Eitzen}, author={Kaa1el and Hagen {von~Eitzen}},
title={If a group $G$ has odd order, then the square function is injective (answer).}, title={If a group $G$ has odd order, then the square function is injective (answer).},
howpublished={Mathematics Stack Exchange}, howpublished={Mathematics Stack Exchange},
url={https://math.stackexchange.com/a/522277/185422}, url={https://math.stackexchange.com/a/522277/185422},
@ -1873,7 +1872,7 @@ Proceedings of the 14th Annual International Cryptology Conference
@misc{CvHP1991, @misc{CvHP1991,
presort={CvHP1991}, presort={CvHP1991},
author={David Chaum and Eugène {van Heijst} and Birgit Pfitzmann}, author={David Chaum and Eugène {van~Heijst} and Birgit Pfitzmann},
title={Cryptographically {S}trong {U}ndeniable {S}ignatures, {U}nconditionally {S}ecure for the {S}igner}, title={Cryptographically {S}trong {U}ndeniable {S}ignatures, {U}nconditionally {S}ecure for the {S}igner},
date={1991-02}, date={1991-02},
publisher={Universität Karlsruhe Fakultät für Informatik}, publisher={Universität Karlsruhe Fakultät für Informatik},
@ -1898,7 +1897,7 @@ Springer, 1992; ISBN 978-3-540-55188-1.}
@inproceedings{CDvdG1987, @inproceedings{CDvdG1987,
presort={CDvdG1987}, presort={CDvdG1987},
author={David Chaum and Ivan Damgård and Jeroen {van de Graaf}}, author={David Chaum and Ivan Damgård and Jeroen {van~de~Graaf}},
title={Multiparty\, computations\, ensuring\, privacy\, of\, each\, party's\, input\, and\, correctness\, of\, the\, result}, title={Multiparty\, computations\, ensuring\, privacy\, of\, each\, party's\, input\, and\, correctness\, of\, the\, result},
date={1988-01}, date={1988-01},
booktitle={Advances\, in\, Cryptology - CRYPTO~'87. booktitle={Advances\, in\, Cryptology - CRYPTO~'87.
@ -1937,7 +1936,8 @@ Proceedings of the 14th Annual International Cryptology Conference
@inproceedings{ST1999, @inproceedings{ST1999,
presort={ST1999}, presort={ST1999},
author={Tomas Sander and Amnon Ta--Shma}, author={Tomas Sander and Amnon {Ta\nbh{}Shma}},
% paper uses em-dash but e.g. https://simons.berkeley.edu/people/amnon-ta-shma uses Ta-Shma
title={Auditable, {A}nonymous {E}lectronic {C}ash}, title={Auditable, {A}nonymous {E}lectronic {C}ash},
year={1999}, year={1999},
booktitle={Advances in Cryptology - CRYPTO~'99. booktitle={Advances in Cryptology - CRYPTO~'99.
@ -1982,7 +1982,7 @@ Proceedings of the 19th Annual International Cryptology Conference
@misc{Zcash-Orchard, @misc{Zcash-Orchard,
presort={Zcash-Orchard}, presort={Zcash-Orchard},
author={Daira Emma Hopwood and Sean Bowe and Jack Grigg and Kris Nuttycombe and Ying Tong Lai and Steven Smith}, author={{Daira\nbh{}Emma} Hopwood and Sean Bowe and Jack Grigg and Kris Nuttycombe and {Ying~Tong} Lai and Steven Smith},
title={The {O}rchard Book}, title={The {O}rchard Book},
url={https://zcash.github.io/orchard/}, url={https://zcash.github.io/orchard/},
urldate={2021-03-02} urldate={2021-03-02}
@ -1990,7 +1990,7 @@ Proceedings of the 19th Annual International Cryptology Conference
@misc{Zcash-halo2, @misc{Zcash-halo2,
presort={Zcash-halo2}, presort={Zcash-halo2},
author={Daira Emma Hopwood and Sean Bowe and Jack Grigg and Kris Nuttycombe and Ying Tong Lai and Steven Smith}, author={{Daira\nbh{}Emma} Hopwood and Sean Bowe and Jack Grigg and Kris Nuttycombe and {Ying~Tong} Lai and Steven Smith},
title={The halo2 Book}, title={The halo2 Book},
url={https://zcash.github.io/halo2/}, url={https://zcash.github.io/halo2/},
urldate={2021-03-23} urldate={2021-03-23}
@ -1998,7 +1998,7 @@ Proceedings of the 19th Annual International Cryptology Conference
@misc{zcashd-6459, @misc{zcashd-6459,
presort={Zcashd-6459}, presort={Zcashd-6459},
author={Jack Grigg and Daira Emma Hopwood}, author={Jack Grigg and {Daira\nbh{}Emma} Hopwood},
title={zcashd PR 6459: Migrate to zcash\_primitives 0.10}, title={zcashd PR 6459: Migrate to zcash\_primitives 0.10},
comment={Merged on 2023-03-17.}, comment={Merged on 2023-03-17.},
url={https://github.com/zcash/zcash/pull/6459}, url={https://github.com/zcash/zcash/pull/6459},

View File

@ -18,7 +18,6 @@
License: BSD-2-Clause License: BSD-2-Clause
Terminology Terminology
=========== ===========

View File

@ -10,7 +10,7 @@
<pre>ZIP: 32 <pre>ZIP: 32
Title: Shielded Hierarchical Deterministic Wallets Title: Shielded Hierarchical Deterministic Wallets
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Sean Bowe Credits: Sean Bowe
Kris Nuttycombe Kris Nuttycombe
Ying Tong Lai Ying Tong Lai

View File

@ -3,7 +3,7 @@
ZIP: 32 ZIP: 32
Title: Shielded Hierarchical Deterministic Wallets Title: Shielded Hierarchical Deterministic Wallets
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Sean Bowe Credits: Sean Bowe
Kris Nuttycombe Kris Nuttycombe
Ying Tong Lai Ying Tong Lai

View File

@ -9,7 +9,7 @@
<pre>ZIP: 76 <pre>ZIP: 76
Title: Transaction Signature Validation before Overwinter Title: Transaction Signature Validation before Overwinter
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/130">https://github.com/zcash/zips/issues/130</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/130">https://github.com/zcash/zips/issues/130</a>&gt;</pre>

View File

@ -3,7 +3,7 @@
ZIP: 76 ZIP: 76
Title: Transaction Signature Validation before Overwinter Title: Transaction Signature Validation before Overwinter
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: <https://github.com/zcash/zips/issues/130> Discussions-To: <https://github.com/zcash/zips/issues/130>

View File

@ -9,7 +9,7 @@
<pre>ZIP: 143 <pre>ZIP: 143
Title: Transaction Signature Validation for Overwinter Title: Transaction Signature Validation for Overwinter
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Johnson Lau Credits: Johnson Lau
Pieter Wuille Pieter Wuille
Bitcoin-ABC Bitcoin-ABC

View File

@ -3,7 +3,7 @@
ZIP: 143 ZIP: 143
Title: Transaction Signature Validation for Overwinter Title: Transaction Signature Validation for Overwinter
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Johnson Lau Credits: Johnson Lau
Pieter Wuille Pieter Wuille
Bitcoin-ABC Bitcoin-ABC

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 155 <pre>ZIP: 155
Title: addrv2 message Title: addrv2 message
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Wladimir J. van der Laan Credits: Wladimir J. van der Laan
Zancas Wilcox Zancas Wilcox
Status: Proposed Status: Proposed

View File

@ -2,7 +2,7 @@
ZIP: 155 ZIP: 155
Title: addrv2 message Title: addrv2 message
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Wladimir J. van der Laan Credits: Wladimir J. van der Laan
Zancas Wilcox Zancas Wilcox
Status: Proposed Status: Proposed

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 173 <pre>ZIP: 173
Title: Bech32 Format Title: Bech32 Format
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Pieter Wuille &lt;pieter.wuille@gmail.com&gt; Credits: Pieter Wuille &lt;pieter.wuille@gmail.com&gt;
Greg Maxwell &lt;greg@xiph.org&gt; Greg Maxwell &lt;greg@xiph.org&gt;
Rusty Russell Rusty Russell

View File

@ -2,7 +2,7 @@
ZIP: 173 ZIP: 173
Title: Bech32 Format Title: Bech32 Format
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Pieter Wuille <pieter.wuille@gmail.com> Credits: Pieter Wuille <pieter.wuille@gmail.com>
Greg Maxwell <greg@xiph.org> Greg Maxwell <greg@xiph.org>
Rusty Russell Rusty Russell

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 201 <pre>ZIP: 201
Title: Network Peer Management for Overwinter Title: Network Peer Management for Overwinter
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Simon Liu Original-Authors: Simon Liu
Status: Final Status: Final
Category: Network Category: Network

View File

@ -2,7 +2,7 @@
ZIP: 201 ZIP: 201
Title: Network Peer Management for Overwinter Title: Network Peer Management for Overwinter
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Simon Liu Original-Authors: Simon Liu
Status: Final Status: Final
Category: Network Category: Network

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 202 <pre>ZIP: 202
Title: Version 3 Transaction Format for Overwinter Title: Version 3 Transaction Format for Overwinter
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Simon Liu Original-Authors: Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -2,7 +2,7 @@
ZIP: 202 ZIP: 202
Title: Version 3 Transaction Format for Overwinter Title: Version 3 Transaction Format for Overwinter
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Simon Liu Original-Authors: Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -9,7 +9,7 @@
<section> <section>
<pre>ZIP: 203 <pre>ZIP: 203
Title: Transaction Expiry Title: Transaction Expiry
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Jay Graber Original-Authors: Jay Graber
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -2,7 +2,7 @@
ZIP: 203 ZIP: 203
Title: Transaction Expiry Title: Transaction Expiry
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Jay Graber Original-Authors: Jay Graber
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 204 <pre>ZIP: 204
Title: Zcash P2P Network Protocol Title: Zcash P2P Network Protocol
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Network Category: Network
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/352">https://github.com/zcash/zips/issues/352</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/352">https://github.com/zcash/zips/issues/352</a>&gt;</pre>

View File

@ -2,7 +2,7 @@
ZIP: 204 ZIP: 204
Title: Zcash P2P Network Protocol Title: Zcash P2P Network Protocol
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Network Category: Network
Discussions-To: <https://github.com/zcash/zips/issues/352> Discussions-To: <https://github.com/zcash/zips/issues/352>

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 205 <pre>ZIP: 205
Title: Deployment of the Sapling Network Upgrade Title: Deployment of the Sapling Network Upgrade
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network

View File

@ -2,7 +2,7 @@
ZIP: 205 ZIP: 205
Title: Deployment of the Sapling Network Upgrade Title: Deployment of the Sapling Network Upgrade
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 206 <pre>ZIP: 206
Title: Deployment of the Blossom Network Upgrade Title: Deployment of the Blossom Network Upgrade
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network

View File

@ -2,7 +2,7 @@
ZIP: 206 ZIP: 206
Title: Deployment of the Blossom Network Upgrade Title: Deployment of the Blossom Network Upgrade
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network

View File

@ -10,7 +10,7 @@
<pre>ZIP: 207 <pre>ZIP: 207
Title: Funding Streams Title: Funding Streams
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2019-01-04 Created: 2019-01-04

View File

@ -3,7 +3,7 @@
ZIP: 207 ZIP: 207
Title: Funding Streams Title: Funding Streams
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2019-01-04 Created: 2019-01-04

View File

@ -8,8 +8,8 @@
<section> <section>
<pre>ZIP: 208 <pre>ZIP: 208
Title: Shorter Block Target Spacing Title: Shorter Block Target Spacing
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Daira Emma Hopwood Original-Authors: Daira-Emma Hopwood
Simon Liu Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -2,8 +2,8 @@
ZIP: 208 ZIP: 208
Title: Shorter Block Target Spacing Title: Shorter Block Target Spacing
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Daira Emma Hopwood Original-Authors: Daira-Emma Hopwood
Simon Liu Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -9,7 +9,7 @@
<pre>ZIP: 209 <pre>ZIP: 209
Title: Prohibit Negative Shielded Chain Value Pool Balances Title: Prohibit Negative Shielded Chain Value Pool Balances
Owners: Sean Bowe &lt;sean@electriccoin.co&gt; Owners: Sean Bowe &lt;sean@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2019-02-25 Created: 2019-02-25

View File

@ -3,7 +3,7 @@
ZIP: 209 ZIP: 209
Title: Prohibit Negative Shielded Chain Value Pool Balances Title: Prohibit Negative Shielded Chain Value Pool Balances
Owners: Sean Bowe <sean@electriccoin.co> Owners: Sean Bowe <sean@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2019-02-25 Created: 2019-02-25

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 211 <pre>ZIP: 211
Title: Disabling Addition of New Value to the Sprout Chain Value Pool Title: Disabling Addition of New Value to the Sprout Chain Value Pool
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Sean Bowe Credits: Sean Bowe
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -2,7 +2,7 @@
ZIP: 211 ZIP: 211
Title: Disabling Addition of New Value to the Sprout Chain Value Pool Title: Disabling Addition of New Value to the Sprout Chain Value Pool
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Sean Bowe Credits: Sean Bowe
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 214 <pre>ZIP: 214
Title: Consensus rules for a Zcash Development Fund Title: Consensus rules for a Zcash Development Fund
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2020-02-28 Created: 2020-02-28

View File

@ -2,7 +2,7 @@
ZIP: 214 ZIP: 214
Title: Consensus rules for a Zcash Development Fund Title: Consensus rules for a Zcash Development Fund
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2020-02-28 Created: 2020-02-28

View File

@ -10,7 +10,7 @@
<pre>ZIP: 216 <pre>ZIP: 216
Title: Require Canonical Jubjub Point Encodings Title: Require Canonical Jubjub Point Encodings
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-11 Created: 2021-02-11

View File

@ -3,7 +3,7 @@
ZIP: 216 ZIP: 216
Title: Require Canonical Jubjub Point Encodings Title: Require Canonical Jubjub Point Encodings
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-11 Created: 2021-02-11

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 217 <pre>ZIP: 217
Title: Aggregate Signatures Title: Aggregate Signatures
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: &lt;<a href="https://github.com/zcash/zcash/issues/2914">https://github.com/zcash/zcash/issues/2914</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zcash/issues/2914">https://github.com/zcash/zcash/issues/2914</a>&gt;</pre>

View File

@ -2,7 +2,7 @@
ZIP: 217 ZIP: 217
Title: Aggregate Signatures Title: Aggregate Signatures
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: <https://github.com/zcash/zcash/issues/2914> Discussions-To: <https://github.com/zcash/zcash/issues/2914>

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 219 <pre>ZIP: 219
Title: Disabling Addition of New Value to the Sapling Chain Value Pool Title: Disabling Addition of New Value to the Sapling Chain Value Pool
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/428">https://github.com/zcash/zips/issues/428</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/428">https://github.com/zcash/zips/issues/428</a>&gt;</pre>

View File

@ -2,7 +2,7 @@
ZIP: 219 ZIP: 219
Title: Disabling Addition of New Value to the Sapling Chain Value Pool Title: Disabling Addition of New Value to the Sapling Chain Value Pool
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Consensus Category: Consensus
Discussions-To: <https://github.com/zcash/zips/issues/428> Discussions-To: <https://github.com/zcash/zips/issues/428>

View File

@ -9,7 +9,7 @@
<pre>ZIP: 220 <pre>ZIP: 220
Title: Zcash Shielded Assets Title: Zcash Shielded Assets
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Withdrawn Status: Withdrawn
Category: Consensus Category: Consensus
Discussions-To: &lt;<a href="https://github.com/zcash/zcash/issues/830">https://github.com/zcash/zcash/issues/830</a>&gt; Discussions-To: &lt;<a href="https://github.com/zcash/zcash/issues/830">https://github.com/zcash/zcash/issues/830</a>&gt;

View File

@ -3,7 +3,7 @@
ZIP: 220 ZIP: 220
Title: Zcash Shielded Assets Title: Zcash Shielded Assets
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Withdrawn Status: Withdrawn
Category: Consensus Category: Consensus
Discussions-To: <https://github.com/zcash/zcash/issues/830> Discussions-To: <https://github.com/zcash/zcash/issues/830>

View File

@ -11,7 +11,7 @@ Title: Transparent Zcash Extensions
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Kris Nuttycombe &lt;kris@electriccoin.co&gt; Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Credits: Zaki Manian Credits: Zaki Manian
Daira Emma Hopwood Daira-Emma Hopwood
Sean Bowe Sean Bowe
Status: Draft Status: Draft
Category: Consensus Category: Consensus
@ -282,7 +282,7 @@ nShieldedSpend, and nJoinSplit MUST be nonzero</code> in <a id="footnote-referen
</ul> </ul>
</section> </section>
<section id="acknowledgements"><h2><span class="section-heading">Acknowledgements</span><span class="section-anchor"> <a rel="bookmark" href="#acknowledgements"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2> <section id="acknowledgements"><h2><span class="section-heading">Acknowledgements</span><span class="section-anchor"> <a rel="bookmark" href="#acknowledgements"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2>
<p>The handler semantics of <code>tze_verify</code> were suggested by Zaki Manian, drawing on the design of Cosmos. Daira Emma Hopwood and Sean Bowe gave useful feedback on an early draft of this ZIP, and helped to analyse the various sources of transaction ID malleability.</p> <p>The handler semantics of <code>tze_verify</code> were suggested by Zaki Manian, drawing on the design of Cosmos. Daira-Emma Hopwood and Sean Bowe gave useful feedback on an early draft of this ZIP, and helped to analyse the various sources of transaction ID malleability.</p>
<p>We would also like to thank the numerous other individuals who participated in discussions at Zcon1 that led to the earlier draft version of this ZIP.</p> <p>We would also like to thank the numerous other individuals who participated in discussions at Zcon1 that led to the earlier draft version of this ZIP.</p>
</section> </section>
<section id="references"><h2><span class="section-heading">References</span><span class="section-anchor"> <a rel="bookmark" href="#references"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2> <section id="references"><h2><span class="section-heading">References</span><span class="section-anchor"> <a rel="bookmark" href="#references"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2>

View File

@ -5,7 +5,7 @@
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Kris Nuttycombe <kris@electriccoin.co> Kris Nuttycombe <kris@electriccoin.co>
Credits: Zaki Manian Credits: Zaki Manian
Daira Emma Hopwood Daira-Emma Hopwood
Sean Bowe Sean Bowe
Status: Draft Status: Draft
Category: Consensus Category: Consensus
@ -311,7 +311,7 @@ Acknowledgements
================ ================
The handler semantics of ``tze_verify`` were suggested by Zaki Manian, drawing on the The handler semantics of ``tze_verify`` were suggested by Zaki Manian, drawing on the
design of Cosmos. Daira Emma Hopwood and Sean Bowe gave useful feedback on an early draft of design of Cosmos. Daira-Emma Hopwood and Sean Bowe gave useful feedback on an early draft of
this ZIP, and helped to analyse the various sources of transaction ID malleability. this ZIP, and helped to analyse the various sources of transaction ID malleability.
We would also like to thank the numerous other individuals who participated in discussions We would also like to thank the numerous other individuals who participated in discussions

View File

@ -9,11 +9,11 @@
<section> <section>
<pre>ZIP: 224 <pre>ZIP: 224
Title: Orchard Shielded Protocol Title: Orchard Shielded Protocol
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;jack@electriccoin.co&gt; Jack Grigg &lt;jack@electriccoin.co&gt;
Sean Bowe &lt;sean@electriccoin.co&gt; Sean Bowe &lt;sean@electriccoin.co&gt;
Kris Nuttycombe &lt;kris@electriccoin.co&gt; Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Ying Tong Lai &lt;yingtong@electriccoin.co&gt; Original-Authors: Ying Tong Lai
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-27 Created: 2021-02-27

View File

@ -2,11 +2,11 @@
ZIP: 224 ZIP: 224
Title: Orchard Shielded Protocol Title: Orchard Shielded Protocol
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <jack@electriccoin.co> Jack Grigg <jack@electriccoin.co>
Sean Bowe <sean@electriccoin.co> Sean Bowe <sean@electriccoin.co>
Kris Nuttycombe <kris@electriccoin.co> Kris Nuttycombe <kris@electriccoin.co>
Ying Tong Lai <yingtong@electriccoin.co> Original-Authors: Ying Tong Lai
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-27 Created: 2021-02-27

View File

@ -9,11 +9,11 @@
<section> <section>
<pre>ZIP: 225 <pre>ZIP: 225
Title: Version 5 Transaction Format Title: Version 5 Transaction Format
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;jack@electriccoin.co&gt; Jack Grigg &lt;jack@electriccoin.co&gt;
Sean Bowe &lt;sean@electriccoin.co&gt; Sean Bowe &lt;sean@electriccoin.co&gt;
Kris Nuttycombe &lt;kris@electriccoin.co&gt; Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Ying Tong Lai &lt;yingtong@electriccoin.co&gt; Original-Authors: Ying Tong Lai
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-28 Created: 2021-02-28

View File

@ -2,11 +2,11 @@
ZIP: 225 ZIP: 225
Title: Version 5 Transaction Format Title: Version 5 Transaction Format
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <jack@electriccoin.co> Jack Grigg <jack@electriccoin.co>
Sean Bowe <sean@electriccoin.co> Sean Bowe <sean@electriccoin.co>
Kris Nuttycombe <kris@electriccoin.co> Kris Nuttycombe <kris@electriccoin.co>
Ying Tong Lai <yingtong@electriccoin.co> Original-Authors: Ying Tong Lai
Status: Final Status: Final
Category: Consensus Category: Consensus
Created: 2021-02-28 Created: 2021-02-28

View File

@ -11,7 +11,7 @@
Title: Transfer and Burn of Zcash Shielded Assets Title: Transfer and Burn of Zcash Shielded Assets
Owners: Pablo Kogan &lt;pablo@qed-it.com&gt; Owners: Pablo Kogan &lt;pablo@qed-it.com&gt;
Vivek Arte &lt;vivek@qed-it.com&gt; Vivek Arte &lt;vivek@qed-it.com&gt;
Daira-Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;str4d@electriccoin.co&gt; Jack Grigg &lt;str4d@electriccoin.co&gt;
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -4,7 +4,7 @@
Title: Transfer and Burn of Zcash Shielded Assets Title: Transfer and Burn of Zcash Shielded Assets
Owners: Pablo Kogan <pablo@qed-it.com> Owners: Pablo Kogan <pablo@qed-it.com>
Vivek Arte <vivek@qed-it.com> Vivek Arte <vivek@qed-it.com>
Daira-Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <str4d@electriccoin.co> Jack Grigg <str4d@electriccoin.co>
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -11,7 +11,7 @@
Title: Issuance of Zcash Shielded Assets Title: Issuance of Zcash Shielded Assets
Owners: Pablo Kogan &lt;pablo@qed-it.com&gt; Owners: Pablo Kogan &lt;pablo@qed-it.com&gt;
Vivek Arte &lt;vivek@qed-it.com&gt; Vivek Arte &lt;vivek@qed-it.com&gt;
Daira-Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;str4d@electriccoin.co&gt; Jack Grigg &lt;str4d@electriccoin.co&gt;
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -4,7 +4,7 @@
Title: Issuance of Zcash Shielded Assets Title: Issuance of Zcash Shielded Assets
Owners: Pablo Kogan <pablo@qed-it.com> Owners: Pablo Kogan <pablo@qed-it.com>
Vivek Arte <vivek@qed-it.com> Vivek Arte <vivek@qed-it.com>
Daira-Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <str4d@electriccoin.co> Jack Grigg <str4d@electriccoin.co>
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -10,7 +10,7 @@
Title: Asset Swaps for Zcash Shielded Assets Title: Asset Swaps for Zcash Shielded Assets
Owners: Pablo Kogan &lt;pablo@qed-it.com&gt; Owners: Pablo Kogan &lt;pablo@qed-it.com&gt;
Vivek Arte &lt;vivek@qed-it.com&gt; Vivek Arte &lt;vivek@qed-it.com&gt;
Daira-Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;str4d@electriccoin.co&gt; Jack Grigg &lt;str4d@electriccoin.co&gt;
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -4,7 +4,7 @@
Title: Asset Swaps for Zcash Shielded Assets Title: Asset Swaps for Zcash Shielded Assets
Owners: Pablo Kogan <pablo@qed-it.com> Owners: Pablo Kogan <pablo@qed-it.com>
Vivek Arte <vivek@qed-it.com> Vivek Arte <vivek@qed-it.com>
Daira-Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <str4d@electriccoin.co> Jack Grigg <str4d@electriccoin.co>
Credits: Daniel Benarroch Credits: Daniel Benarroch
Aurelien Nicolas Aurelien Nicolas

View File

@ -9,7 +9,7 @@
<section> <section>
<pre>ZIP: 230 <pre>ZIP: 230
Title: Version 6 Transaction Format Title: Version 6 Transaction Format
Owners: Daira-Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;jack@electriccoin.co&gt; Jack Grigg &lt;jack@electriccoin.co&gt;
Sean Bowe &lt;sean@electriccoin.co&gt; Sean Bowe &lt;sean@electriccoin.co&gt;
Kris Nuttycombe &lt;kris@electriccoin.co&gt; Kris Nuttycombe &lt;kris@electriccoin.co&gt;

View File

@ -2,7 +2,7 @@
ZIP: 230 ZIP: 230
Title: Version 6 Transaction Format Title: Version 6 Transaction Format
Owners: Daira-Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <jack@electriccoin.co> Jack Grigg <jack@electriccoin.co>
Sean Bowe <sean@electriccoin.co> Sean Bowe <sean@electriccoin.co>
Kris Nuttycombe <kris@electriccoin.co> Kris Nuttycombe <kris@electriccoin.co>

View File

@ -10,7 +10,7 @@
Title: Decouple Memos from Transaction Outputs Title: Decouple Memos from Transaction Outputs
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Kris Nuttycombe &lt;kris@electriccoin.co&gt; Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Sean Bowe Credits: Sean Bowe
Nate Wilcox Nate Wilcox
Status: Reserved Status: Reserved

View File

@ -4,7 +4,7 @@
Title: Decouple Memos from Transaction Outputs Title: Decouple Memos from Transaction Outputs
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Kris Nuttycombe <kris@electriccoin.co> Kris Nuttycombe <kris@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Sean Bowe Credits: Sean Bowe
Nate Wilcox Nate Wilcox
Status: Reserved Status: Reserved

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 239 <pre>ZIP: 239
Title: Relay of Version 5 Transactions Title: Relay of Version 5 Transactions
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;jack@electriccoin.co&gt; Jack Grigg &lt;jack@electriccoin.co&gt;
Status: Final Status: Final
Category: Network Category: Network

View File

@ -2,7 +2,7 @@
ZIP: 239 ZIP: 239
Title: Relay of Version 5 Transactions Title: Relay of Version 5 Transactions
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <jack@electriccoin.co> Jack Grigg <jack@electriccoin.co>
Status: Final Status: Final
Category: Network Category: Network

View File

@ -9,7 +9,7 @@
<pre>ZIP: 243 <pre>ZIP: 243
Title: Transaction Signature Validation for Sapling Title: Transaction Signature Validation for Sapling
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -3,7 +3,7 @@
ZIP: 243 ZIP: 243
Title: Transaction Signature Validation for Sapling Title: Transaction Signature Validation for Sapling
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Credits: Simon Liu Credits: Simon Liu
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -10,7 +10,7 @@
<pre>ZIP: 244 <pre>ZIP: 244
Title: Transaction Identifier Non-Malleability Title: Transaction Identifier Non-Malleability
Owners: Kris Nuttycombe &lt;kris@electriccoin.co&gt; Owners: Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;str4d@electriccoin.co&gt; Jack Grigg &lt;str4d@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -3,7 +3,7 @@
ZIP: 244 ZIP: 244
Title: Transaction Identifier Non-Malleability Title: Transaction Identifier Non-Malleability
Owners: Kris Nuttycombe <kris@electriccoin.co> Owners: Kris Nuttycombe <kris@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Jack Grigg <str4d@electriccoin.co> Jack Grigg <str4d@electriccoin.co>
Status: Final Status: Final
Category: Consensus Category: Consensus

View File

@ -9,6 +9,7 @@
<pre>ZIP: 245 <pre>ZIP: 245
Title: Transaction Identifier Digests &amp; Signature Validation for Transparent Zcash Extensions Title: Transaction Identifier Digests &amp; Signature Validation for Transparent Zcash Extensions
Owners: Kris Nuttycombe &lt;kris@electriccoin.co&gt; Owners: Kris Nuttycombe &lt;kris@electriccoin.co&gt;
Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Draft Status: Draft
Category: Consensus Category: Consensus
Created: 2021-01-13 Created: 2021-01-13

View File

@ -3,6 +3,7 @@
ZIP: 245 ZIP: 245
Title: Transaction Identifier Digests & Signature Validation for Transparent Zcash Extensions Title: Transaction Identifier Digests & Signature Validation for Transparent Zcash Extensions
Owners: Kris Nuttycombe <kris@electriccoin.co> Owners: Kris Nuttycombe <kris@electriccoin.co>
Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Draft Status: Draft
Category: Consensus Category: Consensus
Created: 2021-01-13 Created: 2021-01-13

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 250 <pre>ZIP: 250
Title: Deployment of the Heartwood Network Upgrade Title: Deployment of the Heartwood Network Upgrade
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2020-02-28 Created: 2020-02-28

View File

@ -2,7 +2,7 @@
ZIP: 250 ZIP: 250
Title: Deployment of the Heartwood Network Upgrade Title: Deployment of the Heartwood Network Upgrade
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2020-02-28 Created: 2020-02-28

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 251 <pre>ZIP: 251
Title: Deployment of the Canopy Network Upgrade Title: Deployment of the Canopy Network Upgrade
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2020-02-28 Created: 2020-02-28

View File

@ -2,7 +2,7 @@
ZIP: 251 ZIP: 251
Title: Deployment of the Canopy Network Upgrade Title: Deployment of the Canopy Network Upgrade
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2020-02-28 Created: 2020-02-28

View File

@ -9,7 +9,7 @@
<pre>ZIP: 252 <pre>ZIP: 252
Title: Deployment of the NU5 Network Upgrade Title: Deployment of the NU5 Network Upgrade
Owners: teor &lt;teor@zfnd.org&gt; Owners: teor &lt;teor@zfnd.org&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2021-02-23 Created: 2021-02-23

View File

@ -3,7 +3,7 @@
ZIP: 252 ZIP: 252
Title: Deployment of the NU5 Network Upgrade Title: Deployment of the NU5 Network Upgrade
Owners: teor <teor@zfnd.org> Owners: teor <teor@zfnd.org>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Final Status: Final
Category: Consensus / Network Category: Consensus / Network
Created: 2021-02-23 Created: 2021-02-23

17
zip-0253.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>ZIP 253: Deployment of the NU6 Network Upgrade</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body>
<section>
<pre>ZIP: 253
Title: Deployment of the NU6 Network Upgrade
Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved
Category: Consensus / Network
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/806">https://github.com/zcash/zips/issues/806</a>&gt;</pre>
</section>
</body>
</html>

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 300 <pre>ZIP: 300
Title: Cross-chain Atomic Transactions Title: Cross-chain Atomic Transactions
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Jay Graber Original-Authors: Jay Graber
Status: Proposed Status: Proposed
Category: Informational Category: Informational

View File

@ -2,7 +2,7 @@
ZIP: 300 ZIP: 300
Title: Cross-chain Atomic Transactions Title: Cross-chain Atomic Transactions
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Jay Graber Original-Authors: Jay Graber
Status: Proposed Status: Proposed
Category: Informational Category: Informational

View File

@ -10,7 +10,7 @@
Title: Zcash Stratum Protocol Title: Zcash Stratum Protocol
Owners: Jack Grigg &lt;str4d@electriccoin.co&gt; Owners: Jack Grigg &lt;str4d@electriccoin.co&gt;
Credits: 5a1t Credits: 5a1t
Daira Emma Hopwood Daira-Emma Hopwood
Marek Palatinus (slush) and colleagues Marek Palatinus (slush) and colleagues
Jelle Bourdeaud'hui (razakal) Jelle Bourdeaud'hui (razakal)
ocminer ocminer
@ -336,7 +336,7 @@ License: MIT</pre>
<p>Thanks to:</p> <p>Thanks to:</p>
<ul> <ul>
<li>5a1t for the initial brainstorming session.</li> <li>5a1t for the initial brainstorming session.</li>
<li>Daira Emma Hopwood for their input on API selection and design.</li> <li>Daira-Emma Hopwood for hir input on API selection and design.</li>
<li>Marek Palatinus (slush) and his colleagues for their refinements, suggestions, and robust discussion.</li> <li>Marek Palatinus (slush) and his colleagues for their refinements, suggestions, and robust discussion.</li>
<li>Jelle Bourdeaud'hui (razakal) and ocminer for their help with testing and finding implementation bugs in the specification.</li> <li>Jelle Bourdeaud'hui (razakal) and ocminer for their help with testing and finding implementation bugs in the specification.</li>
</ul> </ul>

View File

@ -4,7 +4,7 @@
Title: Zcash Stratum Protocol Title: Zcash Stratum Protocol
Owners: Jack Grigg <str4d@electriccoin.co> Owners: Jack Grigg <str4d@electriccoin.co>
Credits: 5a1t Credits: 5a1t
Daira Emma Hopwood Daira-Emma Hopwood
Marek Palatinus (slush) and colleagues Marek Palatinus (slush) and colleagues
Jelle Bourdeaud'hui (razakal) Jelle Bourdeaud'hui (razakal)
ocminer ocminer
@ -477,7 +477,7 @@ Thanks to:
- 5a1t for the initial brainstorming session. - 5a1t for the initial brainstorming session.
- Daira Emma Hopwood for their input on API selection and design. - Daira-Emma Hopwood for hir input on API selection and design.
- Marek Palatinus (slush) and his colleagues for their refinements, suggestions, and - Marek Palatinus (slush) and his colleagues for their refinements, suggestions, and
robust discussion. robust discussion.

View File

@ -10,7 +10,7 @@
<pre>ZIP: 304 <pre>ZIP: 304
Title: Sapling Address Signatures Title: Sapling Address Signatures
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Credits: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Credits: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Sean Bowe &lt;sean@electriccoin.co&gt; Sean Bowe &lt;sean@electriccoin.co&gt;
Status: Draft Status: Draft
Category: Standards / RPC / Wallet Category: Standards / RPC / Wallet

View File

@ -3,7 +3,7 @@
ZIP: 304 ZIP: 304
Title: Sapling Address Signatures Title: Sapling Address Signatures
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Credits: Daira Emma Hopwood <daira@electriccoin.co> Credits: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Sean Bowe <sean@electriccoin.co> Sean Bowe <sean@electriccoin.co>
Status: Draft Status: Draft
Category: Standards / RPC / Wallet Category: Standards / RPC / Wallet

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 305 <pre>ZIP: 305
Title: Best Practices for Hardware Wallets supporting Sapling Title: Best Practices for Hardware Wallets supporting Sapling
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Wallet Category: Wallet
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/346">https://github.com/zcash/zips/issues/346</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/346">https://github.com/zcash/zips/issues/346</a>&gt;</pre>

View File

@ -2,7 +2,7 @@
ZIP: 305 ZIP: 305
Title: Best Practices for Hardware Wallets supporting Sapling Title: Best Practices for Hardware Wallets supporting Sapling
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Wallet Category: Wallet
Discussions-To: <https://github.com/zcash/zips/issues/346> Discussions-To: <https://github.com/zcash/zips/issues/346>

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 306 <pre>ZIP: 306
Title: Security Considerations for Anchor Selection Title: Security Considerations for Anchor Selection
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Status: Reserved Status: Reserved
Category: Informational Category: Informational
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/351">https://github.com/zcash/zips/issues/351</a>&gt;</pre> Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/351">https://github.com/zcash/zips/issues/351</a>&gt;</pre>

View File

@ -2,7 +2,7 @@
ZIP: 306 ZIP: 306
Title: Security Considerations for Anchor Selection Title: Security Considerations for Anchor Selection
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Status: Reserved Status: Reserved
Category: Informational Category: Informational
Discussions-To: <https://github.com/zcash/zips/issues/351> Discussions-To: <https://github.com/zcash/zips/issues/351>

View File

@ -10,7 +10,7 @@
<pre>ZIP: 307 <pre>ZIP: 307
Title: Light Client Protocol for Payment Detection Title: Light Client Protocol for Payment Detection
Owners: Jack Grigg &lt;jack@electriccoin.co&gt; Owners: Jack Grigg &lt;jack@electriccoin.co&gt;
Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: George Tankersley Original-Authors: George Tankersley
Credits: Matthew Green Credits: Matthew Green
Category: Standards / Ecosystem Category: Standards / Ecosystem

View File

@ -3,7 +3,7 @@
ZIP: 307 ZIP: 307
Title: Light Client Protocol for Payment Detection Title: Light Client Protocol for Payment Detection
Owners: Jack Grigg <jack@electriccoin.co> Owners: Jack Grigg <jack@electriccoin.co>
Daira Emma Hopwood <daira@electriccoin.co> Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: George Tankersley Original-Authors: George Tankersley
Credits: Matthew Green Credits: Matthew Green
Category: Standards / Ecosystem Category: Standards / Ecosystem

View File

@ -8,8 +8,8 @@
<section> <section>
<pre>ZIP: 308 <pre>ZIP: 308
Title: Sprout to Sapling Migration Title: Sprout to Sapling Migration
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Original-Authors: Daira Emma Hopwood Original-Authors: Daira-Emma Hopwood
Eirik Ogilvie-Wigley Eirik Ogilvie-Wigley
Status: Final Status: Final
Category: Standards / RPC / Wallet Category: Standards / RPC / Wallet

View File

@ -2,8 +2,8 @@
ZIP: 308 ZIP: 308
Title: Sprout to Sapling Migration Title: Sprout to Sapling Migration
Owners: Daira Emma Hopwood <daira@electriccoin.co> Owners: Daira-Emma Hopwood <daira-emma@electriccoin.co>
Original-Authors: Daira Emma Hopwood Original-Authors: Daira-Emma Hopwood
Eirik Ogilvie-Wigley Eirik Ogilvie-Wigley
Status: Final Status: Final
Category: Standards / RPC / Wallet Category: Standards / RPC / Wallet

View File

@ -8,7 +8,7 @@
<section> <section>
<pre>ZIP: 310 <pre>ZIP: 310
Title: Security Properties of Sapling Viewing Keys Title: Security Properties of Sapling Viewing Keys
Owners: Daira Emma Hopwood &lt;daira@electriccoin.co&gt; Owners: Daira-Emma Hopwood &lt;daira-emma@electriccoin.co&gt;
Jack Grigg &lt;jack@electriccoin.co&gt; Jack Grigg &lt;jack@electriccoin.co&gt;
Status: Draft Status: Draft
Category: Informational Category: Informational

Some files were not shown because too many files have changed in this diff Show More