Skip to content

Commit

Permalink
197 statement test change
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Feb 26, 2015
1 parent ed0b9c4 commit 9724bd5
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 @@ -1420,7 +1420,7 @@ \section{Signing Transactions}\label{app:signing}

We declare that a signature is invalid unless the following is true:
\begin{equation}
v \in \{27,28\} \quad\wedge\quad r \geqslant \mathtt{\tiny secp256k1n} \quad\wedge\quad s \geqslant \mathtt{\tiny secp256k1p}
v \in \{27,28\} \quad\wedge\quad r < \mathtt{\tiny secp256k1n} \quad\wedge\quad s < \mathtt{\tiny secp256k1p}
\end{equation}

where:
Expand Down

0 comments on commit 9724bd5

Please sign in to comment.