aboutsummaryrefslogtreecommitdiff
path: root/src
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
| * Add decidability util fileGravatar Jason Gross2016-06-22
| * Handle renaming of NPeano.pow to Nat.pow (#3)Gravatar Jason Gross2016-06-22
* | Merge with 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
* | | | 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
* | | | 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
* | | | 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
* | | | consolidate and rename Edwards curve lemmasGravatar Andres Erbsen2016-06-22
* | | | refactor field lemmas out of ed25519Gravatar Andres Erbsen2016-06-22
* | | | reduce admits related to point negationGravatar Andres Erbsen2016-06-22
* | | | Reorganization and revision of Encoding code and redefinition of sign_bit fun...Gravatar jadep2016-06-22
* | | | point_eq_decGravatar Andres Erbsen2016-06-22
* | | | finished last cases of nonzero proofs for associativityGravatar jadep2016-06-22
* | | | added GF1305 (modulus is 2^130 - 5, base has length 5 with all digits having ...Gravatar jadep2016-06-22
* | | | automated most of the code in GF25519Gravatar jadep2016-06-22
* | | | Cleanup of GF25519Gravatar jadep2016-06-22