Skip to content

Commit

Permalink
EIPP86: not zero, but the NULL_SENDER address
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Apr 18, 2017
1 parent 6bc0355 commit e19b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ \subsection{Execution}
\begin{equation} \label{eq:address_calc}
a \equiv \mathcal{B}_{96..255}\Big(\mathtt{\tiny KEC}\big(\zeta \cdot \mathtt{\tiny KEC}(\mathbf{i})\big)\Big)
\end{equation}
where $\zeta$ denotes the zero element of $\mathbb{B}_{160}$, the operator $\cdot$ is the concatenation of binary data, $\mathtt{\tiny KEC}$ is the Keccak 256-bit hash function, $\mathcal{B}_{a..b}(X)$ evaluates to binary value containing the bits of indices in the range $[a, b]$ of the binary data.
where $\zeta$ denotes $2^{160}-1$ in $\mathbb{B}_{160}$, the operator $\cdot$ is the concatenation of binary data, $\mathtt{\tiny KEC}$ is the Keccak 256-bit hash function, $\mathcal{B}_{a..b}(X)$ evaluates to binary value containing the bits of indices in the range $[a, b]$ of the binary data.

Note we use $\Theta_{3}$ to denote the fact that only the first three components of the function's value are taken; the final represents the message-call's output value (a byte array) and is unused in the context of transaction evaluation.

Expand Down

0 comments on commit e19b96b

Please sign in to comment.