Correct the description of `length` in \crossref{unifiedpaymentaddrencoding}.

(It is the length of `addr`, not the length of the raw encoding; they differ for t-addrs.)

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-03-19 14:08:59 +00:00
parent 781ec6896d
commit a859014b98
1 changed files with 2 additions and 1 deletions

View File

@ -11089,7 +11089,7 @@ $(\typecodeField, \lengthField, \addrField)$ encodings of the consituent address
\begin{itemize}
\item $\typecodeField \typecolon \byte$ -- the typecode from the above list;
\item $\lengthField \typecolon \byte$ -- the length in bytes of the raw encoding;
\item $\lengthField \typecolon \byte$ -- the length in bytes of $\addrField$;
\vspace{-0.5ex}
\item $\addrField \typecolon \byteseq{\scriptsize\lengthField}$ -- the raw encoding
of a \shieldedPaymentAddress, or the $160$-bit script hash of a P2SH address
@ -13567,6 +13567,7 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\historyentry{2021.1.20}{2021-03-18}
\begin{itemize}
\item Correct the description of $\lengthField$ in \crossref{unifiedpaymentaddrencoding}.
\item Correct the type signature of $\DiversifyHash{Orchard}$ in \crossref{abstracthashes}.
\item Remove support for building the \Sprout-only specification (\texttt{sprout.pdf}).
\item Remove magenta highlighting of differences from \Zerocash.