From 1c61ec5cf9252e59330d5b1ceede6f09f13d631d Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 22 May 2018 23:04:03 +0100 Subject: [PATCH] Correct a reference to RedDSA.RandomizePrivate that was intended to be RedDSA.RandomizePublic. Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index 7340595c..e1ef62cd 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -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}.