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 <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-05-22 23:06:38 +01:00
parent 1c61ec5cf9
commit 48d9fcbc79
1 changed files with 3 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ electronic commerce and payment, financial privacy, proof of work, zero knowledg
\newcommand{\RedDSAReprS}{\bytes{S}} \newcommand{\RedDSAReprS}{\bytes{S}}
\newcommand{\RedDSASigc}{c} \newcommand{\RedDSASigc}{c}
\newcommand{\RedDSAHash}{\mathsf{H}} \newcommand{\RedDSAHash}{\mathsf{H}}
\newcommand{\RedDSAHashToScalar}{\RedDSAHash^{\star}} \newcommand{\RedDSAHashToScalar}{\RedDSAHash^{\circledast}}
\newcommand{\RedDSAHashLength}{\ell_{\RedDSAHash}} \newcommand{\RedDSAHashLength}{\ell_{\RedDSAHash}}
\newcommand{\RedJubjub}{\mathsf{RedJubjub}} \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 \item Change the order in which $\NoteCommitSapling{}$ commits to its inputs, to match the
sapling-crypto implementation. sapling-crypto implementation.
\item Fail \Sapling key generation if $\InViewingKey = 0$. (This has negligible probability.) \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. \item Change terminology describing constraint systems.
} %sapling } %sapling
\end{itemize} \end{itemize}