fix a small typo in 4.8 Merkle path validity

Similarly, let MerkleCRH be MerkleCRH^{Sprout} for Sprout, or **MerkleDepth^{Sapling}** for Sapling.

becomes

Similarly, let MerkleCRH be MerkleCRH^{Sprout} for Sprout, or **MerkleCRH^{Sapling}** for Sapling.

Co-authored-by: Weikeng Chen <w.k@berkeley.edu>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Weikeng Chen 2019-07-27 13:33:37 -07:00 committed by Daira Hopwood
parent d69d5e1a0c
commit 3b111df058
1 changed files with 7 additions and 4 deletions

View File

@ -4526,7 +4526,7 @@ Let $\MerkleDepth$ be $\MerkleDepthSprout$ for the \Sprout \noteCommitmentTree\s
or $\MerkleDepthSapling$ for the \Sapling \noteCommitmentTree}. These constants are
defined in \crossref{constants}.
Similarly, let $\MerkleCRH$ be $\MerkleCRHSprout$ for \Sprout\sapling{, or $\MerkleDepthSapling$
Similarly, let $\MerkleCRH$ be $\MerkleCRHSprout$ for \Sprout\sapling{, or $\MerkleCRHSapling$
for \Sapling}.
The following discussion applies independently to the \Sprout and \Sapling \noteCommitmentTrees.
@ -10135,9 +10135,9 @@ includes Mike Perry, isis agora lovecruft, Leif Ryge, Andrew Miller, Ben Blaxill
Samantha Hulsey, Alex Balducci, Jake Tarren, Solar Designer, Ling Ren,
John Tromp, Paige Peterson, Jack Gavigan, jl777, Alison Stevenson, Maureen Walsh,
Filippo Valsorda, Zaki Manian, Tracy Hu, Brian Warner, Mary Maller,
Michael Dixon, Andrew Poelstra, Eirik Ogilvie-Wigley, Benjamin Winston, and
no doubt others. We would also like to thank the designers and developers of
\Bitcoin.
Michael Dixon, Andrew Poelstra, Eirik Ogilvie-Wigley, Benjamin Winston,
Weikeng Chen, and no doubt others. We would also like to thank
the designers and developers of \Bitcoin.
\Zcash has benefited from security audits performed by NCC Group, Coinspect,
Least Authority, Mary Maller, Kudelski Security, and QED-it.
@ -10193,6 +10193,9 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\historyentry{2019.0.7}{}
\begin{itemize}
\sapling{
\item Fix a typo in \crossref{merklepath} and add acknowledgement to Weikeng Chen.
}
\item Update references to ZIPs and to the Electric Coin Company blog.
\item \texttt{Makefile} improvements to suppress unneeded output.
\end{itemize}