aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | Finished refactor of GF25519 (partial evaluation); code builds but needs to b...Gravatar jadep2016-04-12
* | Reverting Util/IterAssocOp to an earlier version for compatibility with Compl...Gravatar jadep2016-04-12
* | Merge and refactor of GF25519Gravatar jadep2016-04-11
| * ed25519: continue derivationGravatar Andres Erbsen2016-04-08
* | Merge branch 'master' of github.mit.edu:plv/fiat-cryptoGravatar jadep2016-03-30
|\|
| * Drop second projections in Ed25519Gravatar Jason Gross2016-03-29
| * ed25519 derivation: pair programming with jgross... slow progressGravatar Andres Erbsen2016-03-24
| * nicer verify() derivation starterGravatar Andres Erbsen2016-03-21
| * state top-level derivation for Ed25519.verifyGravatar Andres Erbsen2016-03-20
| * instantiate ed25519 sign in specGravatar Andres Erbsen2016-03-20
| * Ed25519: d is nonsquareGravatar Andres Erbsen2016-03-20
* | fix of GF25519 in progress; created instantiation of PseudoMersenneBaseParamsGravatar Jade Philipoom2016-03-20
* | made BaseVector instance globalGravatar Jade Philipoom2016-03-20
* | refactor of Basesystem and ModularBaseSystem; includes general code organizat...Gravatar Jade Philipoom2016-03-20
| * extended coordinates setoid boilerplateGravatar Andres Erbsen2016-03-20
* | Refactored BaseSystem and ModularBaseSystem.Gravatar Jade Philipoom2016-03-11
| * Finish absolutizing importsGravatar Jason Gross2016-03-10
| * Remove [Admitted]; [Qed] is now under a secondGravatar Jason Gross2016-03-08
| * Use [rewrite] rather than [change] to speed up QedGravatar Jason Gross2016-03-08
* | IterAssocOp: now uses arbitrary representation of scalar that implements testbitGravatar Jade Philipoom2016-03-08
* | IterAssocOp : now takes a bound argument instead of just using size of exponentGravatar Jade Philipoom2016-03-07
|/
* IterAssocOp : proved iter_op with function exponentialGravatar Jade Philipoom2016-03-03
* tweak to NumTheoryUtil so it builds on older Coq versionsGravatar Jade Philipoom2016-03-03
* CompleteEdwardsCurveTheorems: associativity proof that times out on QedGravatar Andres Erbsen2016-03-03
* Instance Fq_Integral_domain : @Integral_domain (F q) ...Gravatar Andres Erbsen2016-02-28
* ModularArithmetic: [field] tactic that respects opacity, prettify ExtendedCoo...Gravatar Andres Erbsen2016-02-28
* Makefile: single-quotes for shell globbingGravatar Andres Erbsen2016-02-28
* generic binary exponentiation correctness proof in 3 one-linersGravatar Andres Erbsen2016-02-26
* ModularArithmetic: reasonable-time FieldToZ inv implementationGravatar Andres Erbsen2016-02-26
* Factor out some bedrock dependencies into WordUtilGravatar Jason Gross2016-02-25
* cleanup of bounded iter_opGravatar Jade Philipoom2016-02-25
* efficient powmodGravatar Andres Erbsen2016-02-17
* update ModularArithmetic tutorialGravatar Andres Erbsen2016-02-17
* removed Print AssumptionsGravatar Jade Philipoom2016-02-16
* proved sqrt_solutions, the last remaining admit for point encodingsGravatar Jade Philipoom2016-02-16
* moved some theorems requiring q mod 8 = 5 precondition to PointEncoding from ...Gravatar Jade Philipoom2016-02-16
* proved most of point encoding admits, fixed some build system issues (dead im...Gravatar Jade Philipoom2016-02-16
* added point encodings; some admits remainGravatar Jade Philipoom2016-02-16
* cleaned up and ported definition to solve for x ^ 2 in the curve equationGravatar Jade Philipoom2016-02-16
* EdDSA: tweaked l_boundGravatar Jade Philipoom2016-02-15
* fixed renamed files and added imports for encodingsGravatar Jade Philipoom2016-02-15
* mergeGravatar Jade Philipoom2016-02-15
|\
* | instantiated FqEncoding and FlEncoding (also fixed indentation, which is why ...Gravatar Jade Philipoom2016-02-15
* | added generic encoding specGravatar Jade Philipoom2016-02-15
* | moved two non-primality-dependent lemmas to ModularArithmeticTheorems from Pr...Gravatar Jade Philipoom2016-02-15
* | a few lemmas in util about powers of 2 in Bedrock's various rewritten formsGravatar Jade Philipoom2016-02-15
| * Finish seperating our specs: remove old non-specified codeGravatar Andres Erbsen2016-02-15
| * remove CheckGravatar Andres Erbsen2016-02-15
|/
* Merge branch 'spec' of github.mit.edu:plv/fiat-crypto into specGravatar Jade Philipoom2016-02-15
|\
* | ported some of EdDSA25519 to new field frameworkGravatar Jade Philipoom2016-02-15