Merge "Raw Encoding" subsubsections into their parent, and correct a section title.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-02-27 23:39:12 +00:00
parent f3041d4e07
commit 65ebefd7e8
2 changed files with 1 additions and 9 deletions

Binary file not shown.

View File

@ -1065,7 +1065,7 @@ Note that:
}
\section{Encoding Addresses, Keys, Coin plaintexts, and Pour descriptions}
\section{Encoding Addresses, Keys, and Coin plaintexts}
This section describes how \Zcash encodes \paymentAddresses, \spendingKeys,
\viewingKeys, \coinPlaintexts, and \PourDescriptions.
@ -1095,8 +1095,6 @@ $\AuthPublic$ is a SHA-256 compression function output.
$\TransmitPublic$ is a \changed{Curve25519} public key, for use with the
encryption scheme defined in section ``In-band secret distribution".
\subsubsection{Raw Encoding}
The raw encoding of a \paymentAddress consists of:
\begin{equation*}
@ -1127,8 +1125,6 @@ and produces `z' as the Base58Check leading character.}
A \spendingKey consists of $\AuthPrivate$.
\subsubsection{Raw Encoding}
The raw encoding of a \spendingKey consists of, in order:
\begin{equation*}
@ -1163,8 +1159,6 @@ and produces a suitable Base58Check leading character.}
A \viewingKey consists of a \discloseKey $\DiscloseKey$, and a
\transmitKeypair private key $\TransmitPrivate$.
\subsubsection{Raw Encoding}
The raw encoding of a \viewingKey consists of, in order:
}
@ -1198,8 +1192,6 @@ and produces a suitable Base58Check leading character.}
\subsection{Coin Plaintexts}
\subsubsection{Raw Encoding}
The raw encoding of a \coinPlaintext $(\AuthPublic, \Value, \CoinAddressRand,
\CoinCommitRand, \Memo)$ consists of, in order: