aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* tweak to NumTheoryUtil so it builds on older Coq versionsGravatar Jade Philipoom2016-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
|
* ModularArithmetic: [field] tactic that respects opacity, prettify ↵Gravatar Andres Erbsen2016-06-22
| | | | ExtendedCoordinates, outline Edwards curve associativity
* Makefile: single-quotes for shell globbingGravatar Andres Erbsen2016-06-22
|
* generic binary exponentiation correctness proof in 3 one-linersGravatar Andres Erbsen2016-06-22
|
* ModularArithmetic: reasonable-time FieldToZ inv implementationGravatar Andres Erbsen2016-06-22
|
* Automate a UList proof a bit so it builds with 8.5Gravatar Jason Gross2016-06-22
| | | | It still builds with 8.4
* Factor out some bedrock dependencies into WordUtilGravatar Jason Gross2016-06-22
| | | | Also move a definition about words, with a TODO about location, into WordUtil.
* Update Coqprime/UListGravatar Jason Gross2016-06-22
| | | | | Ambiguous imports, oh joy! (Coqprime failed to build when Bedrock was in COQPATH.)
* Add etc/freshen-bedrock-files.shGravatar Jason Gross2016-06-22
| | | | | | It is used on smithers to remove .vo files which are older than relevant Bedrock .vo files. This prevents version mismatches when updating Bedrock on smithers.
* cleanup of bounded iter_opGravatar Jade Philipoom2016-06-22
|
* reasonable versionGravatar Robert Sloan2016-06-22
|
* remove bedrock from COQ_ARGS because we all use COQPATHGravatar Robert Sloan2016-06-22
| | | | | | | | | | | | BoundedWord2 Factor out a tactic and add more examples BoundedWord2: add test cases intermediate stage simple
* efficient powmodGravatar Andres Erbsen2016-06-22
|
* update ModularArithmetic tutorialGravatar Andres Erbsen2016-06-22
|
* removed Print AssumptionsGravatar Jade Philipoom2016-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
| | | | CompleteEdwardsCurve, where the precondition is not in scope.
* proved most of point encoding admits, fixed some build system issues (dead ↵Gravatar Jade Philipoom2016-06-22
| | | | imports of PointFormats and Galois things)
* added point encodings; some admits remainGravatar Jade Philipoom2016-06-22
|
* cleaned up and ported definition to solve for x ^ 2 in the curve equationGravatar Jade Philipoom2016-06-22
|
* EdDSA: tweaked l_boundGravatar Jade Philipoom2016-06-22
|
* fixed renamed files and added imports for encodingsGravatar Jade Philipoom2016-06-22
|
* Finish seperating our specs: remove old non-specified codeGravatar Andres Erbsen2016-06-22
|
* remove CheckGravatar Andres Erbsen2016-06-22
|
* instantiated FqEncoding and FlEncoding (also fixed indentation, which is why ↵Gravatar Jade Philipoom2016-06-22
| | | | the commit looks huge)
* added generic encoding specGravatar Jade Philipoom2016-06-22
|
* moved two non-primality-dependent lemmas to ModularArithmeticTheorems from ↵Gravatar Jade Philipoom2016-06-22
| | | | PrimeFieldTheorems
* a few lemmas in util about powers of 2 in Bedrock's various rewritten formsGravatar Jade Philipoom2016-06-22
|
* port bounded iter_op and Edwards doubleAndAddGravatar Andres Erbsen2016-06-22
|
* CompleteEdwardsCurve: unifiedAddM1: Closed Under Global ContextGravatar Andres Erbsen2016-06-22
|
* ported some of EdDSA25519 to new field frameworkGravatar 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
|
* tweaks to util files, including automation for proving ↵Gravatar Jade Philipoom2016-06-22
| | | | positivity/nonnegativity in Z
* update F Coercions and tutorialGravatar Andres Erbsen2016-06-22
|
* port ModularBaseSystem.v and GF25519.v to F mGravatar Andres Erbsen2016-06-22
|
* Spec/EdDSA: comments, remove prehashingGravatar Andres Erbsen2016-06-22
|
* Spec/EdDSA: cleanup; refactor lemmas to src/EdDSAProofs.vGravatar Andres Erbsen2016-06-22
|
* prove existance of F inv, implement pow -- CompleteEdwardsCurve.unifiedAdd ↵Gravatar Andres Erbsen2016-06-22
| | | | Closed Under Global Context
* EdDSA spec ported over to new field implementationGravatar Jade Philipoom2016-06-22
|
* EdDSA25519: progress on proving PointEncoding admits; code still unorganizedGravatar Jade Philipoom2016-06-22
|
* implement F_oppGravatar Andres Erbsen2016-06-22
|
* workaround field with typeclass modulusGravatar Andres Erbsen2016-06-22
|
* fix importsGravatar 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
|