aboutsummaryrefslogtreecommitdiff
path: root/src/Encoding/PointEncoding.v
Commit message (Collapse)AuthorAge
* put EdDSA encoding sign bit at the MSBGravatar Andres Erbsen2016-11-04
|
* Fix some subtleties with equalities in point encodingsGravatar jadep2016-10-30
|
* Modify point_phi (from PointEncodings) to use ref_phiGravatar jadep2016-10-23
|
* Don't let [tauto] destruct [Equivalence] in PEGravatar Jason Gross2016-10-17
| | | | | | | | | | | | | | | | | | This makes progress towards #75 (now src/Experiments/Ed25519.v builds with both 8.4 and 8.5). Quoting [the changelog](https://github.com/coq/coq/blob/trunk/CHANGES#L576): > - Tactic "tauto" was exceptionally able to destruct other connectives than the binary connectives "and", "or", "prod", "sum", "iff". This non-uniform behavior has been fixed (bug #2680) and tauto is slightly weaker (possible source of incompatibilities). On the opposite side, new tactic "dtauto" is able to destruct any record-like inductive types, superseding the old version of "tauto". There was an `Equivalence` in the context that `tauto` was destructing, but otherwise not using. This made the proof pick up an extra dependency from the context in 8.4, but not 8.5/8.6.
* refactor scalar multiplication thoery, implement SRepERepMulGravatar Andres Erbsen2016-10-12
|
* Moved PointEncoding out of SpecGravatar jadep2016-10-06