Remove stray Sprouts in the pre-Sprout spec.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-02-07 12:04:10 +00:00
parent 3f8b1c31a7
commit 4d245b4c4c
1 changed files with 2 additions and 2 deletions

View File

@ -1657,7 +1657,7 @@ spendable by the recipient who holds the \spendingKey corresponding
to a given \paymentAddress. to a given \paymentAddress.
} }
A \Sprout \note is a tuple $\changed{(\AuthPublic, A \SproutOrNothing \note is a tuple $\changed{(\AuthPublic,
\Value, \NoteAddressRand, \NoteCommitRand)}$, where: \Value, \NoteAddressRand, \NoteCommitRand)}$, where:
\begin{itemize} \begin{itemize}
\item $\AuthPublic \typecolon \PRFOutput$ is the \payingKey of the \item $\AuthPublic \typecolon \PRFOutput$ is the \payingKey of the
@ -1672,7 +1672,7 @@ A \Sprout \note is a tuple $\changed{(\AuthPublic,
is a random \commitmentTrapdoor as defined in \crossref{abstractcomm}. is a random \commitmentTrapdoor as defined in \crossref{abstractcomm}.
\end{itemize} \end{itemize}
Let $\NoteTypeSprout$ be the type of a \Sprout \note, Let $\NoteTypeSprout$ be the type of a \SproutOrNothing \note,
i.e.\ \changed{$\PRFOutput \times \range{0}{\MAXMONEY} \times \PRFOutput i.e.\ \changed{$\PRFOutput \times \range{0}{\MAXMONEY} \times \PRFOutput
\times \NoteCommitSproutTrapdoor$}. \times \NoteCommitSproutTrapdoor$}.