ZIP 212: fix typo.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-07-29 14:52:41 +01:00
parent 8116ff7b90
commit c25fc6e899
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ License: MIT</pre>
<span class="math">\(\mathsf{rseed}\)</span> <span class="math">\(\mathsf{rseed}\)</span>
(previously, (previously,
<span class="math">\(\mathsf{rcm}\)</span> <span class="math">\(\mathsf{rcm}\)</span>
) be a scalar of the Jubjub elliptic curve, when interpreted as a little endian integer, is removed from the decryption of note plaintexts as described in sections 4.17.2 and 4.17.3 of the Zcash Protocol Specification. <a id="id5" class="footnote_reference" href="#saplingdecryptivk">6</a> <a id="id6" class="footnote_reference" href="#saplingdecryptovk">7</a></p> ) be a scalar of the Jubjub elliptic curve, when interpreted as a little endian integer, is removed from the description of note plaintexts in sections 4.17.2 and 4.17.3 of the Zcash Protocol Specification. <a id="id5" class="footnote_reference" href="#saplingdecryptivk">6</a> <a id="id6" class="footnote_reference" href="#saplingdecryptovk">7</a></p>
</section> </section>
<section id="changes-to-the-process-of-sending-sapling-notes"><h3><span class="section-heading">Changes to the process of sending Sapling notes</span><span class="section-anchor"> <a rel="bookmark" href="#changes-to-the-process-of-sending-sapling-notes"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h3> <section id="changes-to-the-process-of-sending-sapling-notes"><h3><span class="section-heading">Changes to the process of sending Sapling notes</span><span class="section-anchor"> <a rel="bookmark" href="#changes-to-the-process-of-sending-sapling-notes"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h3>
<p>The process of sending notes in Sapling is described in section 4.6.2 of the Zcash Protocol Specification <a id="id7" class="footnote_reference" href="#saplingsend">8</a>. During this process, the sender samples <p>The process of sending notes in Sapling is described in section 4.6.2 of the Zcash Protocol Specification <a id="id7" class="footnote_reference" href="#saplingsend">8</a>. During this process, the sender samples

View File

@ -111,8 +111,8 @@ plaintext will no longer take the type of :math:`\mathsf{NoteCommit^{Sapling}.Tr
but will instead be a :math:`32`-byte sequence. The requirement that but will instead be a :math:`32`-byte sequence. The requirement that
:math:`\mathsf{rseed}` (previously, :math:`\mathsf{rcm}`) be a scalar of the :math:`\mathsf{rseed}` (previously, :math:`\mathsf{rcm}`) be a scalar of the
Jubjub elliptic curve, when interpreted as a little endian integer, is removed Jubjub elliptic curve, when interpreted as a little endian integer, is removed
from the decryption of note plaintexts as described in sections 4.17.2 and 4.17.3 from the description of note plaintexts in sections 4.17.2 and 4.17.3 of the
of the Zcash Protocol Specification. [#saplingdecryptivk]_ [#saplingdecryptovk]_ Zcash Protocol Specification. [#saplingdecryptivk]_ [#saplingdecryptovk]_
Changes to the process of sending Sapling notes Changes to the process of sending Sapling notes
----------------------------------------------- -----------------------------------------------