Cosmetics: fix a warning about Unicode in headings.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-08-05 10:03:46 +01:00
parent 996045013e
commit 7450495335
1 changed files with 2 additions and 1 deletions

View File

@ -1272,6 +1272,7 @@ electronic commerce and payment, financial privacy, proof of work, zero knowledg
\newcommand{\Entry}[1]{\mathsf{entry}_{#1}}
\newcommand{\RedJubjub}{\mathsf{RedJubjub}}
\newcommand{\RedDSAText}{\texorpdfstring{$\RedDSA$}{RedDSA}}
\newcommand{\RedDSAAndRedJubjub}{\texorpdfstring{$\RedDSA$ and $\RedJubjub$}{RedDSA and RedJubjub}}
\newcommand{\RedJubjubHashName}{\BlakeTwob{512}}
@ -11335,7 +11336,7 @@ cryptanalytic attention to confidently use them for \Sapling.
\notsprout{
\section{Batching Optimizations} \label{batching}
\subsection{$\RedDSA$ batch verification} \label{reddsabatchverify}
\subsection{\RedDSAText{} batch verification} \label{reddsabatchverify}
The reference verification algorithm for $\RedDSA$ signatures is defined in \crossref{concreteredjubjub}.