Improve description of note tuple.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-09-03 04:14:04 +01:00
parent 7ace9fcae0
commit 3b0733bdb6
1 changed files with 6 additions and 6 deletions

View File

@ -804,14 +804,14 @@ spendable by the recipient who holds the \spendingKey $\AuthPrivate$ correspondi
to $\AuthPublic$, as described in the previous section.
\begin{itemize}
\item $\AuthPublic$ is a sequence of $\PRFOutputLength$ bits representing
\item $\AuthPublic \typecolon \bitseq{\PRFOutputLength}$ represents
the \payingKey of the recipient.
\item $\Value$ is an integer in the range $0 \leq \Value \leq \MAXMONEY$
representing the value of the \note in \zatoshi
($1$ \ZEC = $10^8$ \zatoshi).
\item $\NoteAddressRand$ is a sequence of $\PRFOutputLength$ bytes, which is
\item $\Value \typecolon \range{0}{\MAXMONEY}$ represents the value of the
\note in \zatoshi ($1$ \ZEC = $10^8$ \zatoshi).
\item $\NoteAddressRand \typecolon \bitseq{\PRFOutputLength}$ is
used as input to $\PRFnf{\AuthPrivate}$ to obtain the \note's \nullifier.
\item $\NoteCommitRand$ is a \commitmentTrapdoor.
\item $\NoteCommitRand \typecolon \bitseq{\NoteCommitRandLength}$ is a
\commitmentTrapdoor.
\end{itemize}
$\NoteCommitRand$ is randomly generated by the sender. \changed{$\NoteAddressRand$