aboutsummaryrefslogtreecommitdiff
path: root/src/ModularArithmetic
Commit message (Expand)AuthorAge
* Ed25519: d is nonsquareGravatar Andres Erbsen2016-06-22
* Finish absolutizing importsGravatar Jason Gross2016-06-22
* Use [rewrite] rather than [change] to speed up QedGravatar Jason Gross2016-06-22
* CompleteEdwardsCurveTheorems: associativity proof that times out on QedGravatar Andres Erbsen2016-06-22
* Instance Fq_Integral_domain : @Integral_domain (F q) ...Gravatar Andres Erbsen2016-06-22
* Makefile: single-quotes for shell globbingGravatar Andres Erbsen2016-06-22
* ModularArithmetic: reasonable-time FieldToZ inv implementationGravatar Andres Erbsen2016-06-22
* efficient powmodGravatar Andres Erbsen2016-06-22
* update ModularArithmetic tutorialGravatar Andres Erbsen2016-06-22
* proved sqrt_solutions, the last remaining admit for point encodingsGravatar Jade Philipoom2016-06-22
* moved some theorems requiring q mod 8 = 5 precondition to PointEncoding from ...Gravatar Jade Philipoom2016-06-22
* proved most of point encoding admits, fixed some build system issues (dead im...Gravatar Jade Philipoom2016-06-22
* Finish seperating our specs: remove old non-specified codeGravatar Andres Erbsen2016-06-22
* moved two non-primality-dependent lemmas to ModularArithmeticTheorems from Pr...Gravatar Jade Philipoom2016-06-22
* added square roots and an assortment of lemmas about prime fields/ringsGravatar Jade Philipoom2016-06-22
* changed the name of the ring to ring, not fieldGravatar Jade Philipoom2016-06-22
* update F Coercions and tutorialGravatar Andres Erbsen2016-06-22
* prove existance of F inv, implement pow -- CompleteEdwardsCurve.unifiedAdd Cl...Gravatar Andres Erbsen2016-06-22
* implement F_oppGravatar Andres Erbsen2016-06-22
* document field issue re-appearingGravatar Andres Erbsen2016-06-22
* port some edwards curve theoremsGravatar Andres Erbsen2016-06-22
* make field on F automatically clean up the constant-vomit it expandsGravatar Andres Erbsen2016-06-22
* port some Edwards curve stuff from GF to FGravatar Andres Erbsen2016-06-22
* port several theorems from GF to FGravatar Andres Erbsen2016-06-22
* Define F m, a replacement for GF with several benefits.Gravatar Andres Erbsen2016-06-22
* fresh take at specifications using implicit arguments instead of module param...Gravatar Andres Erbsen2016-06-22