From 48d9fcbc7938dc45637e77b31e3be101d767b5e0 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 22 May 2018 23:06:38 +0100 Subject: [PATCH] Change the notation H^\star to H^\circledast in the description of RedDSA, to avoid confusion with the ^\star convention for representations of group elements. 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 e1ef62cd..538efd28 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -1231,7 +1231,7 @@ electronic commerce and payment, financial privacy, proof of work, zero knowledg \newcommand{\RedDSAReprS}{\bytes{S}} \newcommand{\RedDSASigc}{c} \newcommand{\RedDSAHash}{\mathsf{H}} -\newcommand{\RedDSAHashToScalar}{\RedDSAHash^{\star}} +\newcommand{\RedDSAHashToScalar}{\RedDSAHash^{\circledast}} \newcommand{\RedDSAHashLength}{\ell_{\RedDSAHash}} \newcommand{\RedJubjub}{\mathsf{RedJubjub}} @@ -9008,6 +9008,8 @@ found by Brian Warner. \item Change the order in which $\NoteCommitSapling{}$ commits to its inputs, to match the sapling-crypto implementation. \item Fail \Sapling key generation if $\InViewingKey = 0$. (This has negligible probability.) + \item Change the notation $\RedDSAHash^{\star}$ to $\RedDSAHashToScalar$ in \crossref{concreteredjubjub}, + to avoid confusion with the $^{\Repr}$ convention for representations of group elements. \item Change terminology describing constraint systems. } %sapling \end{itemize}