Remove a statement that the language consisting of key and address encoding possibilities is prefix-free

(the raw encodings are not).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-10-19 14:12:34 +01:00
parent 85b8f1647b
commit 924fd97422
1 changed files with 4 additions and 2 deletions

View File

@ -8483,8 +8483,6 @@ for example), and requirements specific to Bitcoin's Segwit addresses.}
\shaCompress outputs are always represented as sequences of $32$ bytes.
The language consisting of the following encoding possibilities is prefix-free.
\introsection
\lsubsubsection{Transparent Addresses}{transparentaddrencoding}
@ -10850,6 +10848,10 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\historyentry{2020.1.15}{}
\begin{itemize}
\item Remove a statement that the language consisting of key and address encoding
possibilities is prefix-free. (The human-readable forms are prefix-free but the
raw encodings are not; for example, the \rawEncoding of a \Sapling \spendingKey
can be a prefix of several of the other encodings.)
\item Include a reference to \cite{BFIJSV2010} for batch pairing verification techniques.
\end{itemize}