Compare commits

...

2 Commits

Author SHA1 Message Date
Daira Hopwood 7b1ee1a229 Regenerate PDF. 8 years ago
Daira Hopwood 20bb18f9e7 Make payment addresses extensible. fixes #1344 8 years ago
  1. BIN
      protocol/protocol.pdf
  2. 15
      protocol/protocol.tex
  3. 2
      protocol/protocol.ver

BIN
protocol/protocol.pdf

Binary file not shown.

15
protocol/protocol.tex

@ -2283,7 +2283,7 @@ $\AuthPublic$ is a $\SHAName$ output.
$\TransmitPublic$ is a \changed{Bern2006} public key, for use with the
encryption scheme defined in \crossref{inband}.
The raw encoding of a \paymentAddress consists of:
The raw encoding of a \paymentAddress starts with:
\begin{equation*}
\begin{bytefield}[bitwidth=0.07em]{520}
@ -2308,6 +2308,12 @@ The raw encoding of a \paymentAddress consists of:
normal encoding of a Curve25519 public key \cite{Bern2006}}.
\end{itemize}
To allow for future extensions, when reading the raw encoding, up to 66
additional bytes after the fields defined above \MUST be accepted and stored
with the address, but otherwise ignored. In this version of the protocol there
is no defined meaning for these additional bytes, and so they \MUST be omitted
when an address is generated.
\nsubsubsection{Spending Keys}
A \spendingKey consists of $\AuthPrivate$, which is a sequence of \changed{252} bits.
@ -3276,6 +3282,13 @@ The errors in the proof of Ledger Indistinguishability mentioned in
\nsection{Change history}
\subparagraph{2016.0-beta-1.2}
\begin{itemize}
\item Allow up to 66 ignored but retained bytes after the raw encoding
of a payment address, to support extensibility.
\end{itemize}
\subparagraph{2016.0-beta-1.1}
\begin{itemize}

2
protocol/protocol.ver

@ -1 +1 @@
\renewcommand{\docversion}{Version 2016.0-beta-1.1}
\renewcommand{\docversion}{Version 2016.0-beta-1.1-2-g20bb18}
Loading…
Cancel
Save