aboutsummaryrefslogtreecommitdiff
path: root/src/Curves/Edwards/XYZT.v
Commit message (Collapse)AuthorAge
* Edwards coordinates precomputed addition formulaGravatar Andres Erbsen2017-06-15
|
* Don't rely on autogenerated namesGravatar Jason Gross2017-06-05
| | | | | | This fixes all of the private-names warnings emitted by compiling fiat-crypto with https://github.com/coq/coq/pull/268 (minus the ones in coqprime, which I didn't touch).
* Prove relationship between `xzladderstep` and M.add (#162)Gravatar Andres Erbsen2017-04-28
| | | | | | | | | | | | | | * hopefully all proofs we need about xzladderstep * Better automation in xzproofs * Speed up xzproofs with heuristic clearing * Remove useless hypotheses * XZProofs cleanup * fix "group by isomorphism" proofs, use in XZProofs
* rename-everythingGravatar Andres Erbsen2017-04-06