Skip to content

Commit 3e36772

Browse files
committed
Fix two obvious typos.
1 parent 5bcd9e1 commit 3e36772

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Paper.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ \section{Signing Transactions}\label{app:signing}
17311731
%\mathtt{secp256k1p} &= 2^{256} - 2^{32} - 977\\
17321732
\end{align}
17331733

1734-
For a given private key, $p_{\mathrm{r}}$, the Ethereum address $A(p_{\mathrm{r}})$ (a 160-bit value) to which it corresponds is defined as the right most 160-bits of the Keccak hash of the corresponding ECDSA public key:
1734+
For a given private key, $p_{\mathrm{r}}$, the Ethereum address $A(p_{\mathrm{r}})$ (a 160-bit value) to which it corresponds is defined as the rightmost 160-bits of the Keccak hash of the corresponding ECDSA public key:
17351735
\begin{equation}
17361736
A(p_{\mathrm{r}}) = \mathcal{B}_{96..255}\big(\mathtt{KEC}\big( \mathtt{ECDSAPUBKEY}(p_{\mathrm{r}}) \big) \big)
17371737
\end{equation}
@@ -1833,7 +1833,7 @@ \section{Virtual Machine Specification}\label{app:vm}
18331833

18341834
When interpreting 256-bit binary values as integers, the representation is big-endian.
18351835

1836-
When a 256-bit machine datum is converted to and from a 160-bit address or hash, the rightwards (low-order for BE) 20 bytes are used and the left most 12 are discarded or filled with zeroes, thus the integer values (when the bytes are interpreted as big-endian) are equivalent.
1836+
When a 256-bit machine datum is converted to and from a 160-bit address or hash, the rightwards (low-order for BE) 20 bytes are used and the leftmost 12 are discarded or filled with zeroes, thus the integer values (when the bytes are interpreted as big-endian) are equivalent.
18371837

18381838
\subsection{Gas Cost}
18391839

0 commit comments

Comments
 (0)