aboutsummaryrefslogtreecommitdiff
path: root/src/Curves/Montgomery/XZ.v
Commit message (Collapse)AuthorAge
* Compatibility after Coq PR#262.Gravatar Hugo Herbelin2018-05-14
| | | | | | | | | Coq PR#262 makes the inference of return clauses more uniform and general but unification is sometimes not strong enough to deal with this generality. See #5107 for details. One reduces the search space for a return clause by forbidding it to be obtained by small inversion.
* move Loops from Experiments to UtilGravatar Andres Erbsen2018-03-27
|
* Montgomery.XZ, Loops: montladder proof scaffoldingGravatar Andres Erbsen2017-12-22
|
* Curves.Montgomery.XZ: add+check boringssl ladderstep (#278)Gravatar Andres Erbsen2017-12-05
|
* use ladderstep from donna (2% faster?)Gravatar Andres Erbsen2017-05-15
|
* Respond to code review commentsGravatar Jason Gross2017-04-17
|
* Use the for-loop notation in Montgomery.XZGravatar Jason Gross2017-04-17
| | | | | We also need to stuff the local notations in a scope so that we can still access the notations in core_scope
* rename-everythingGravatar Andres Erbsen2017-04-06