Skip to content
Snippets Groups Projects
Commit c8b9ba72 authored by Daan Sprenkels's avatar Daan Sprenkels
Browse files

Fix removed \label{}

parent 9e3b89b1
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ on the Intel \emph{Sandy Bridge} and \emph{Haswell} microarchitectures,
as well as the ARM \emph{Cortex M4} processor.
The high-level structure of the scalar multiplication is shared among all three implementations.
First---before operating on the key $k$---we validate the input point $P$.
As mentioned in \Cref{sec:pointvalidation}, we check whether $P$ satisfies $y_P^2 = x_P^3 - 3x_P + 13318$.
First---before operating on the key $k$---we validate the input point $P$,
by checking whether $P$ satisfies $y_P^2 = x_P^3 - 3x_P + 13318$.
Because we have not defined any encoding for the neutral element $\mathcal{O}$,
this check will implicitly validate that $P \ne \mathcal{O}$.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment