Fix an endianness bug.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-03-29 01:17:36 +01:00
parent 6f049a2c8d
commit fedfc3c315
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -912,9 +912,9 @@ If $\ECDSAs$ is not in the given range, the signature is treated as invalid.
\begin{lrbox}{\pubkeybox}
\setchanged
\begin{bytefield}[bitwidth=0.075em]{264}
\bitbox{64}{$\zeros{6}$}
\bitbox{18}{1}
\bitbox{56}{1 bit $\tilde{y}_P$}
\bitbox{18}{1}
\bitbox{64}{$\zeros{6}$}
\bitbox{256}{256 bit $x_P$}
\end{bytefield}
\end{lrbox}