From 4d245b4c4cb43308d04a03d6938c5f02855af020 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 7 Feb 2018 12:04:10 +0000 Subject: [PATCH] Remove stray Sprouts in the pre-Sprout spec. Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index b94527be..49096268 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -1657,7 +1657,7 @@ spendable by the recipient who holds the \spendingKey corresponding to a given \paymentAddress. } -A \Sprout \note is a tuple $\changed{(\AuthPublic, +A \SproutOrNothing \note is a tuple $\changed{(\AuthPublic, \Value, \NoteAddressRand, \NoteCommitRand)}$, where: \begin{itemize} \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}. \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 \times \NoteCommitSproutTrapdoor$}.