Correct a reference to RedDSA.RandomizePrivate that was intended to be RedDSA.RandomizePublic.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-05-22 23:04:03 +01:00
parent 30f4dfc545
commit 1c61ec5cf9
1 changed files with 3 additions and 1 deletions

View File

@ -6097,7 +6097,7 @@ Define $\RedDSARandomizePrivate \typecolon \RedDSARandom \times \RedDSAPrivate \
\introlist
Define $\RedDSARandomizePublic \typecolon \RedDSARandom \times \RedDSAPublic \rightarrow \RedDSAPublic$ as:
\begin{formulae}
\item $\RedDSARandomizePrivate(\RedDSARandomizer, \vk) := \vk + \scalarmult{\RedDSARandomizer}{\GenG{}}$.
\item $\RedDSARandomizePublic(\RedDSARandomizer, \vk) := \vk + \scalarmult{\RedDSARandomizer}{\GenG{}}$.
\end{formulae}
\introlist
@ -8995,6 +8995,8 @@ found by Brian Warner.
\item Minor improvements to cross-references.
\sapling{
\item Correct the order of arguments to $\RedDSARandomizePrivate$ and $\RedDSARandomizePublic$.
\item Correct a reference to $\RedDSARandomizePrivate$ that was intended to be
$\RedDSARandomizePublic$.
\item Fix the description of the \balancingValue in \crossref{saplingbalance}.
\item Correct a type error in \crossref{concretegrouphashjubjub}.
\item Correct a type error in $\RedDSASign{}$ in \crossref{concreteredjubjub}.