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

Remove badly parsed sentence

parent 23ced08d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ We compute the affine representation of $x_R$ and $y_R$ by computing the inverse
Like most implementations of Curve25519 scalar multiplication,
we use Fermat's little theorem and raise $Z_R$ to the power $2^{255} - 21$ to obtain $Z_R^{-1}$.
We chose not to exploit the optimization described in~\cite{BY19},
because the implementations we compare to have not had the opportunity to implement this technique;
because previous implementations have not had the opportunity to implement this technique;
exploiting this invention would give us an unfair advantage.
In the following subsections we describe the architecture-specific optimizations
......
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