Skip to content

Commit

Permalink
Use complete addition algorithms in ECP (GH weidai11#869)
Browse files Browse the repository at this point in the history
This is the initial cut-in of complete addition algorithms according to https://eprint.iacr.org/2015/1060.pdf. There are two outstanding problems. First, HMQV and FHMQV are failing self tests. We need to investigate further. Second, we cannot use the new algorithms on paths where a Montgomery representation is used. We need to investigate further.
This cut-in will allow us to proceed on evaluating the timing leaks.
  • Loading branch information
noloader committed Aug 3, 2019
1 parent 176cab0 commit 9366be5
Show file tree
Hide file tree
Showing 2 changed files with 462 additions and 22 deletions.
Loading

0 comments on commit 9366be5

Please sign in to comment.