Fix a type error in the output of PRF^nfSapling.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-08-17 21:33:05 +01:00
parent 850e7ea019
commit b2a7e1deb0
1 changed files with 2 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@ electronic commerce and payment, financial privacy, proof of work, zero knowledg
\newcommand{\PRFOutputLengthSprout}{\mathsf{\ell_{PRF\notsprout{Sprout}}}}
\newcommand{\PRFOutputSprout}{\bitseq{\PRFOutputLengthSprout}}
\newcommand{\PRFOutputLengthNfSapling}{\mathsf{\ell_{PRFnfSapling}}}
\newcommand{\PRFOutputNfSapling}{\bitseq{\PRFOutputLengthNfSapling}}
\newcommand{\PRFOutputNfSapling}{\byteseq{\PRFOutputLengthNfSapling/8}}
\newcommand{\PRFOutputLengthExpand}{\mathsf{\ell_{PRFexpand}}}
\newcommand{\PRFOutputExpand}{\byteseq{\PRFOutputLengthExpand/8}}
\newcommand{\PRFInputExpand}{\byteseqs}
@ -5401,7 +5401,7 @@ For details of the form and encoding of \spendStatement proofs, see \crossref{gr
\introsection
\lsubsubsection{Output Statement (\SaplingText)}{outputstatement}
Let $\MerkleHashLengthSapling$, $\PRFOutputLengthNfSapling$, and $\ScalarLength$ be
Let $\MerkleHashLengthSapling$ and $\ScalarLength$ be
as defined in \crossref{constants}.
Let $\ValueCommitAlg$ and $\NoteCommitSaplingAlg$ be as specified in \crossref{abstractcommit}.