aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Add Pseudize, Vectorize, Wordize to the build processGravatar Robert Sloan2016-06-22
| * Make Assembly modules 8.5-compatibleGravatar Robert Sloan2016-06-22
| * Merge with public masterGravatar Robert Sloan2016-06-22
| |\ | |/ |/|
* | EdDSA.Notations: indentationGravatar Andres Erbsen2016-06-22
* | Fix broken notations (hopefully)Gravatar Jason Gross2016-06-22
* | Fix missing notationsGravatar Jason Gross2016-06-22
* | Aggregate all level specifications not in Spec/*Gravatar Jason Gross2016-06-22
* | Fix for broken abstractGravatar Jason Gross2016-06-22
| * Replace NPeano -> Nat in src/Spec/EdDSAGravatar Robert Sloan2016-06-22
* | Update _CoqProjectGravatar Jason Gross2016-06-22
* | Add decidability util fileGravatar Jason Gross2016-06-22
* | Flip the sense of the conditional in the makefileGravatar Jason Gross2016-06-22
* | Make Coq 8.5 the default target for Fiat-CryptoGravatar Jason Gross2016-06-22
* | Handle renaming of NPeano.pow to Nat.pow (#3)Gravatar Jason Gross2016-06-22
* | Add coq-scripts submodule for timing scriptsGravatar Jason Gross2016-06-22
* | Also build with Coq 8.5 on travisGravatar Jason Gross2016-06-22
| * Merge with plv/masterGravatar Robert Sloan2016-06-22
| |\ | |/ |/|
| * Revert makefile to plv/masterGravatar Robert Sloan2016-06-22
| * Merging Pipeline.vGravatar Robert Sloan2016-06-22
| |\
| * \ squash commits + revert makefileGravatar Robert Sloan2016-06-22
| |\ \
| * | | Fix build processGravatar Robert Sloan2016-06-22
| * | | Full automation for relevant parts of pseudo conversion except letsGravatar Robert Sloan2016-06-22
| * | | Reorganization of wordize.vGravatar Robert Sloan2016-06-22
| * | | Merging wordization and bounding together in Wordize.vGravatar Robert Sloan2016-06-22
| * | | Really complex derivation of wand correctnessGravatar Robert Sloan2016-06-22
| * | | Proper word-based vectorizationGravatar Robert Sloan2016-06-22
| * | | Meshing Assembly machinery into the MakefileGravatar Robert Sloan2016-06-22
| * | | ed25519: indentation fixGravatar Andres Erbsen2016-06-22
| * | | ed25519: integrate FRepPow and FRepInvGravatar Andres Erbsen2016-06-22
| * | | ed25519: continue refactorGravatar Andres Erbsen2016-06-22
| * | | PrimeFieldTheorems fermat inverse lemma: prove admitGravatar Andres Erbsen2016-06-22
| * | | Factor some rewrites into a single [autorewrite]Gravatar Jason Gross2016-06-22
| * | | Remove unfolding, rewrite -> setoid_rewriteGravatar Jason Gross2016-06-22
| * | | Fix some issues in Ed25519 tacticsGravatar Jason Gross2016-06-22
| * | | F,Ed25519: integrate F representation for mul,add,sub. Ed25519 even more brok...Gravatar Andres Erbsen2016-06-22
| * | | F: pow_nat_iter_op_correctGravatar Andres Erbsen2016-06-22
| * | | F: fermat inversion lemma refactorGravatar Andres Erbsen2016-06-22
| * | | unifiedAddM1Rep_sig: almost thereGravatar Andres Erbsen2016-06-22
| * | | slightly nicer edwards curve extended coordinates additionGravatar Andres Erbsen2016-06-22
| * | | Fixed Encoding/PointEncodingTheorems; imports had been deleted, but for some ...Gravatar jadep2016-06-22
| * | | First stage of canonicalization proofs complete; proved 3 carry loops reduce ...Gravatar jadep2016-06-22
| * | | removed subtraction from todoGravatar jadep2016-06-22
| * | | Implemented subtraction mod q as as (sub a b = sub (add a (2*q)) b) to avoid ...Gravatar jadep2016-06-22
| * | | Changed name of Encoding to CanonicalEncoding, and changed notation to match.Gravatar jadep2016-06-22
| * | | remove line from todoGravatar Andres Erbsen2016-06-22
| * | | Moved sign_bit definition to Spec.Gravatar jadep2016-06-22
| * | | Proved decode_point_eq in Ed25519 (comparing encodings is equivalent toGravatar jadep2016-06-22
| * | | Cleanup: mostly moving lemmas to Util files, some moving lemmas to more gener...Gravatar jadep2016-06-22
| * | | Completed encoding reorganization; factored sign_bit out of PointEncodings an...Gravatar jadep2016-06-22
| * | | ed25519: solve elliptic curve math admitsGravatar Andres Erbsen2016-06-22