aboutsummaryrefslogtreecommitdiff
path: root/src/Algebra
Commit message (Collapse)AuthorAge
* Make trivial instances explicitGravatar Maxime Dénès2019-01-24
| | | | This is in preparation for coq/coq#9274.
* Import prim token notations before using themGravatar Jason Gross2018-08-24
| | | | | | | | | | | This is required for compatibility with https://github.com/coq/coq/pull/8064, where prim token notations no longer follow `Require`, but instead follow `Import`. c.f. https://github.com/coq/coq/pull/8064#issuecomment-415493362 Almost all changes were made via https://gist.github.com/JasonGross/5d4558edf8f5c2c548a3d96c17820169#file-fix-py
* subsetoid_ring: don't ask for false thingsGravatar Jason Gross2018-03-12
| | | | | We can't actually prove the previous okness lemmas in SimplyTypedArithmetic, so we instead ask for exactly what we need.
* Add Algebra.SubsetoidRingGravatar Jason Gross2018-03-12
|
* fsatz tests: 1/(1/x) = xGravatar Andres Erbsen2017-09-11
|
* ScalarMult: Z -> G -> G (closes #193)Gravatar Andres Erbsen2017-06-14
|
* Don't rely on autogenerated namesGravatar Jason Gross2017-06-05
| | | | | | This fixes all of the private-names warnings emitted by compiling fiat-crypto with https://github.com/coq/coq/pull/268 (minus the ones in coqprime, which I didn't touch).
* Strip trailing whitespaceGravatar Jason Gross2017-06-02
| | | | | | | With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ```
* Prove relationship between `xzladderstep` and M.add (#162)Gravatar Andres Erbsen2017-04-28
| | | | | | | | | | | | | | * hopefully all proofs we need about xzladderstep * Better automation in xzproofs * Speed up xzproofs with heuristic clearing * Remove useless hypotheses * XZProofs cleanup * fix "group by isomorphism" proofs, use in XZProofs
* clean elliptic curve proofs, use par: in WeierstrassAffineProofsGravatar Andres Erbsen2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This required working fsatz around <https://coq.inria.fr/bugs/show_bug.cgi?id=5452> par: abstract (abstract tac) raises anomalies Curves/Weierstrass/AffineProofs is still affected by something like <https://coq.inria.fr/bugs/show_bug.cgi?id=4831> par: Goals randomly not solved The timing script ran out of memory the first time, so I winged the last couple of files that were left. src/Curves/Weierstrass/AffineProofs (real: 516.30, user: 757.86, sys: 2.52, mem: 2808940 ko), was: 14m49s src/Curves/Montgomery/AffineProofs (real: 51.38, user: 50.82, sys: 0.48, mem: 1509924 ko), was: 55s src/Curves/Edwards/Montgomery (real: 4.55, user: 4.43, sys: 0.09, mem: 542008 ko), was: 5s src/Curves/Montgomery/XZProofs (real: 36.27, user: 35.87, sys: 0.32, mem: 1391216 ko), was: 39s src/Specific/IntegrationTestLadderstep (real: 158.95, user: 158.42, sys: 0.50, mem: 1827860 ko)was: 3m10s 0m43.48s | Specific/IntegrationTestLadderstep | 3m10.35s || -2m00.87s 3m08.45s | Curves/Weierstrass/Projective | 2m39.76s || +0m00.68s 2m13.43s | Spec/Test/X25519 | 2m11.48s || +0m00.95s 1m23.64s | Specific/IntegrationTestLadderstep130 | 1m20.78s || +0m00.85s 1m05.88s | Compilers/Z/ArithmeticSimplifierWf | 1m01.03s || +0m00.84s 1m01.96s | Spec/Ed25519 | 0m55.02s || +0m00.93s 0m33.80s | Curves/Edwards/XYZT | 0m25.10s || +0m00.69s 0m30.97s | Curves/Edwards/AffineProofs | 0m29.76s || +0m00.20s 0m24.12s | Compilers/Named/MapCastWf | 0m24.19s || -0m00.07s 0m23.94s | Primitives/EdDSARepChange | 0m23.28s || +0m00.66s 0m23.52s | Util/ZUtil | 0m22.27s || +0m00.25s 0m18.63s | Compilers/Named/ContextProperties/SmartMap | 0m17.26s || +0m00.36s 0m18.44s | Compilers/Named/ContextProperties/NameUtil | 0m17.95s || +0m00.49s 0m16.18s | Specific/IntegrationTestMul | 0m16.41s || -0m00.23s 0m15.14s | Compilers/Z/ArithmeticSimplifierInterp | 0m14.43s || +0m00.71s 0m14.41s | Algebra/Field | 0m15.30s || -0m00.89s 0m14.18s | Specific/IntegrationTestSquare | 0m14.60s || -0m00.41s 0m14.08s | Compilers/CommonSubexpressionEliminationWf | 0m14.07s || +0m00.00s 0m13.82s | Specific/ArithmeticSynthesisTest | 0m10.24s || +0m00.58s 0m13.34s | Specific/IntegrationTestSub | 0m13.49s || -0m00.15s 0m11.72s | Primitives/MxDHRepChange | 0m11.02s || +0m00.70s 0m11.30s | Compilers/Z/Bounds/InterpretationLemmas/IsBoundedBy | 0m11.49s || -0m00.18s 0m11.17s | Arithmetic/MontgomeryReduction/Proofs | 0m10.42s || +0m00.75s 0m11.13s | Compilers/Named/MapCastInterp | 0m11.12s || +0m00.01s 0m10.54s | LegacyArithmetic/ArchitectureToZLikeProofs | 0m11.01s || -0m00.47s 0m10.21s | Compilers/InlineWf | 0m11.00s || -0m00.78s 0m10.21s | LegacyArithmetic/Double/Proofs/Multiply | 0m10.51s || -0m00.29s 0m10.07s | Specific/ArithmeticSynthesisTest130 | 0m06.78s || +0m00.29s 0m09.96s | Compilers/Named/RegisterAssignInterp | 0m10.03s || -0m00.06s 0m09.70s | LegacyArithmetic/Double/Proofs/ShiftRightDoubleWordImmediate | 0m10.77s || -0m00.07s 0m08.93s | Arithmetic/Core | 0m08.42s || +0m00.50s 0m08.87s | Algebra/Ring | 0m08.99s || -0m00.12s 0m08.61s | Util/FixedWordSizesEquality | 0m08.39s || +0m00.21s 0m08.15s | LegacyArithmetic/Double/Proofs/SpreadLeftImmediate | 0m08.99s || -0m00.83s 0m07.97s | Bedrock/Word | 0m07.77s || +0m00.20s 0m07.92s | Compilers/LinearizeWf | 0m08.05s || -0m00.13s 0m07.04s | Util/ListUtil | 0m06.56s || +0m00.48s 0m06.78s | Curves/Edwards/Pre | 0m06.90s || -0m00.12s 0m06.76s | LegacyArithmetic/Pow2BaseProofs | 0m06.88s || -0m00.12s 0m06.60s | LegacyArithmetic/Double/Proofs/RippleCarryAddSub | 0m06.60s || +0m00.00s 0m05.80s | Algebra/Field_test | 0m06.11s || -0m00.31s 0m04.49s | Compilers/EtaWf | 0m04.42s || +0m00.07s 0m04.39s | Util/ForLoop/Unrolling | 0m04.52s || -0m00.12s 0m04.32s | Arithmetic/BarrettReduction/HAC | 0m04.39s || -0m00.06s 0m04.26s | Compilers/Named/CompileWf | 0m04.50s || -0m00.24s 0m04.25s | LegacyArithmetic/InterfaceProofs | 0m03.92s || +0m00.33s 0m04.13s | Compilers/WfProofs | 0m03.88s || +0m00.25s 0m04.07s | Compilers/TestCase | 0m04.19s || -0m00.12s 0m03.92s | Arithmetic/Saturated | 0m04.18s || -0m00.25s 0m03.91s | Specific/FancyMachine256/Montgomery | 0m03.86s || +0m00.05s 0m03.69s | LegacyArithmetic/ZBoundedZ | 0m03.43s || +0m00.25s 0m03.68s | Curves/Montgomery/Affine | 0m03.38s || +0m00.30s 0m03.62s | Arithmetic/ModularArithmeticTheorems | 0m03.35s || +0m00.27s 0m03.51s | Specific/FancyMachine256/Barrett | 0m03.47s || +0m00.03s 0m03.43s | Compilers/Named/CompileInterp | 0m03.47s || -0m00.04s 0m03.37s | Arithmetic/BarrettReduction/Generalized | 0m03.49s || -0m00.12s 0m03.29s | LegacyArithmetic/Double/Proofs/ShiftLeft | 0m04.16s || -0m00.87s 0m03.27s | Spec/MontgomeryCurve | 0m03.57s || -0m00.29s 0m03.26s | Compilers/Named/ContextProperties | 0m03.18s || +0m00.07s 0m03.12s | Compilers/InlineInterp | 0m03.16s || -0m00.04s 0m03.09s | LegacyArithmetic/Double/Proofs/ShiftRight | 0m04.30s || -0m00.20s 0m02.97s | LegacyArithmetic/Double/Proofs/Decode | 0m03.05s || -0m00.07s 0m02.89s | Compilers/Z/Bounds/Relax | 0m02.76s || +0m00.13s 0m02.86s | Compilers/Named/NameUtilProperties | 0m02.86s || +0m00.00s 0m02.79s | Compilers/CommonSubexpressionEliminationProperties | 0m02.68s || +0m00.10s 0m02.77s | Compilers/Z/Bounds/InterpretationLemmas/PullCast | 0m02.73s || +0m00.04s 0m02.63s | LegacyArithmetic/BarretReduction | 0m02.50s || +0m00.12s 0m02.59s | Specific/FancyMachine256/Core | 0m02.21s || +0m00.37s 0m02.32s | Util/ForLoop/InvariantFramework | 0m02.15s || +0m00.16s 0m02.28s | Util/WordUtil | 0m02.36s || -0m00.08s 0m02.27s | Compilers/WfReflective | 0m02.19s || +0m00.08s 0m02.04s | Spec/WeierstrassCurve | 0m00.61s || +0m00.43s 0m01.95s | LegacyArithmetic/MontgomeryReduction | 0m01.80s || +0m00.14s N/A | Curves/Weierstrass/Pre | 0m01.94s || -0m00.94s 0m01.82s | Util/NatUtil | 0m01.80s || +0m00.02s 0m01.71s | Arithmetic/BarrettReduction/Wikipedia | 0m01.72s || -0m00.01s 0m01.71s | Compilers/Z/Bounds/Pipeline/Definition | 0m01.52s || +0m00.18s 0m01.65s | Util/Tuple | 0m01.64s || +0m00.01s 0m01.64s | Arithmetic/PrimeFieldTheorems | 0m01.67s || -0m00.03s 0m01.59s | Compilers/Named/InterpretToPHOASWf | 0m01.60s || -0m00.01s 0m01.55s | Algebra/Group | 0m01.51s || +0m00.04s 0m01.54s | Compilers/Z/Syntax/Equality | 0m01.48s || +0m00.06s 0m01.26s | Compilers/Relations | 0m01.25s || +0m00.01s 0m01.18s | Compilers/LinearizeInterp | 0m01.35s || -0m00.17s 0m01.13s | Compilers/WfInversion | 0m01.02s || +0m00.10s 0m01.09s | Algebra/IntegralDomain | 0m01.50s || -0m00.40s 0m01.05s | Compilers/Named/CompileProperties | 0m00.93s || +0m00.12s 0m01.04s | Util/NumTheoryUtil | 0m01.01s || +0m00.03s 0m01.02s | Compilers/Named/InterpretToPHOASInterp | 0m00.90s || +0m00.12s 0m00.98s | LegacyArithmetic/Double/Proofs/BitwiseOr | 0m00.95s || +0m00.03s 0m00.97s | Util/PartiallyReifiedProp | 0m00.93s || +0m00.03s 0m00.97s | LegacyArithmetic/Double/Proofs/LoadImmediate | 0m01.09s || -0m00.12s 0m00.93s | Specific/IntegrationTestTemporaryMiscCommon | 0m00.86s || +0m00.07s 0m00.86s | Compilers/Z/CNotations | 0m00.82s || +0m00.04s 0m00.85s | Arithmetic/Karatsuba | 0m00.87s || -0m00.02s 0m00.85s | Compilers/Z/Syntax/Util | 0m00.75s || +0m00.09s 0m00.84s | LegacyArithmetic/BaseSystemProofs | 0m00.89s || -0m00.05s 0m00.80s | Compilers/MapCastByDeBruijnInterp | 0m00.99s || -0m00.18s 0m00.78s | Compilers/MultiSizeTest | 0m00.78s || +0m00.00s 0m00.75s | Util/IterAssocOp | 0m00.70s || +0m00.05s 0m00.74s | Util/ZUtil/Stabilization | 0m00.74s || +0m00.00s 0m00.73s | LegacyArithmetic/Interface | 0m00.64s || +0m00.08s 0m00.67s | Compilers/WfReflectiveGen | 0m00.62s || +0m00.05s 0m00.67s | Util/CPSUtil | 0m00.58s || +0m00.09s 0m00.67s | Compilers/Z/Bounds/Pipeline/ReflectiveTactics | 0m00.70s || -0m00.02s 0m00.67s | Curves/Montgomery/XZ | 0m00.57s || +0m00.10s 0m00.66s | Compilers/MapCastByDeBruijnWf | 0m00.71s || -0m00.04s 0m00.64s | Compilers/InterpByIsoProofs | 0m00.60s || +0m00.04s 0m00.63s | Compilers/Z/JavaNotations | 0m00.62s || +0m00.01s 0m00.62s | Arithmetic/ModularArithmeticPre | 0m00.54s || +0m00.07s 0m00.61s | Spec/CompleteEdwardsCurve | 0m00.60s || +0m00.01s 0m00.60s | Util/HList | 0m00.53s || +0m00.06s 0m00.59s | Util/Decidable | 0m00.63s || -0m00.04s 0m00.59s | Compilers/CommonSubexpressionEliminationInterp | 0m00.80s || -0m00.21s 0m00.58s | Compilers/Z/CommonSubexpressionElimination | 0m00.54s || +0m00.03s 0m00.58s | LegacyArithmetic/Double/Proofs/SelectConditional | 0m00.90s || -0m00.32s 0m00.57s | Compilers/InterpWfRel | 0m00.60s || -0m00.03s 0m00.57s | Compilers/Named/AListContext | 0m00.53s || +0m00.03s 0m00.57s | Util/AdditionChainExponentiation | 0m00.51s || +0m00.05s 0m00.56s | Compilers/Z/Bounds/RoundUpLemmas | 0m00.59s || -0m00.02s 0m00.56s | Compilers/InputSyntax | 0m00.54s || +0m00.02s 0m00.55s | Compilers/Named/FMapContext | 0m00.55s || +0m00.00s 0m00.55s | Curves/Weierstrass/Affine | 0m00.61s || -0m00.05s 0m00.54s | Spec/EdDSA | 0m00.53s || +0m00.01s 0m00.54s | Compilers/Z/Bounds/Pipeline | 0m00.55s || -0m00.01s 0m00.53s | Compilers/Z/Bounds/InterpretationLemmas/Tactics | 0m00.45s || +0m00.08s 0m00.53s | LegacyArithmetic/Double/Core | 0m00.51s || +0m00.02s 0m00.53s | Compilers/CommonSubexpressionElimination | 0m00.51s || +0m00.02s 0m00.51s | Util/NUtil | 0m00.53s || -0m00.02s 0m00.51s | LegacyArithmetic/Double/Proofs/ShiftLeftRightTactic | 0m00.47s || +0m00.04s 0m00.51s | Util/ForLoop/Tests | 0m00.45s || +0m00.06s 0m00.51s | Compilers/Z/Reify | 0m00.52s || -0m00.01s 0m00.51s | Compilers/Z/Bounds/MapCastByDeBruijnInterp | 0m00.50s || +0m00.01s 0m00.50s | LegacyArithmetic/ZBounded | 0m00.51s || -0m00.01s 0m00.50s | Compilers/Z/ArithmeticSimplifier | 0m00.47s || +0m00.03s 0m00.50s | LegacyArithmetic/ArchitectureToZLike | 0m00.49s || +0m00.01s 0m00.49s | Compilers/InterpWf | 0m00.49s || +0m00.00s 0m00.49s | Compilers/Z/Bounds/Interpretation | 0m00.47s || +0m00.02s 0m00.48s | Specific/IntegrationTestDisplayCommon | 0m00.45s || +0m00.02s 0m00.47s | Spec/ModularArithmetic | 0m00.41s || +0m00.06s 0m00.47s | Compilers/Z/Bounds/MapCastByDeBruijn | 0m00.47s || +0m00.00s 0m00.47s | Compilers/Z/Bounds/Pipeline/Glue | 0m00.49s || -0m00.02s 0m00.46s | Algebra/Nsatz | 0m00.62s || -0m00.15s 0m00.46s | Compilers/Reify | 0m00.45s || +0m00.01s 0m00.46s | Compilers/Z/CommonSubexpressionEliminationWf | 0m00.48s || -0m00.01s 0m00.46s | Compilers/Z/MapCastByDeBruijnInterp | 0m00.47s || -0m00.00s 0m00.46s | Compilers/Z/Bounds/MapCastByDeBruijnWf | 0m00.49s || -0m00.02s 0m00.45s | LegacyArithmetic/BaseSystem | 0m00.44s || +0m00.01s 0m00.45s | Util/ZRange | 0m00.44s || +0m00.01s 0m00.45s | Util/BoundedWord | 0m00.43s || +0m00.02s 0m00.44s | Util/Factorize | 0m00.57s || -0m00.12s 0m00.44s | Compilers/Z/Syntax | 0m00.44s || +0m00.00s 0m00.44s | Compilers/Z/CommonSubexpressionEliminationInterp | 0m00.59s || -0m00.14s 0m00.44s | Compilers/Z/MapCastByDeBruijnWf | 0m00.45s || -0m00.01s 0m00.43s | Compilers/Z/Inline | 0m00.39s || +0m00.03s 0m00.43s | Compilers/Named/PositiveContext/DefaultsProperties | 0m00.44s || -0m00.01s 0m00.42s | Compilers/Z/HexNotationConstants | 0m00.43s || -0m00.01s 0m00.42s | LegacyArithmetic/Pow2Base | 0m00.42s || +0m00.00s 0m00.42s | Compilers/Z/FoldTypes | 0m00.38s || +0m00.03s 0m00.42s | Compilers/Z/InlineInterp | 0m00.40s || +0m00.01s 0m00.42s | Compilers/Z/MapCastByDeBruijn | 0m00.45s || -0m00.03s 0m00.41s | Compilers/Tuple | 0m00.41s || +0m00.00s 0m00.41s | Compilers/Z/ArithmeticSimplifierUtil | 0m00.44s || -0m00.03s 0m00.40s | Compilers/Named/DeadCodeElimination | 0m00.39s || +0m00.01s 0m00.39s | Arithmetic/MontgomeryReduction/Definition | 0m00.43s || -0m00.03s 0m00.39s | Compilers/Z/Bounds/Pipeline/OutputType | 0m00.42s || -0m00.02s 0m00.39s | Compilers/Z/InlineWf | 0m00.41s || -0m00.01s 0m00.38s | Compilers/Named/EstablishLiveness | 0m00.40s || -0m00.02s 0m00.37s | Compilers/Z/BinaryNotationConstants | 0m00.38s || -0m00.01s 0m00.37s | Compilers/Named/WeakListContext | 0m00.35s || +0m00.02s 0m00.36s | Compilers/FilterLive | 0m00.36s || +0m00.00s 0m00.36s | Algebra/ScalarMult | 0m00.33s || +0m00.02s 0m00.35s | Bedrock/Nomega | 0m00.39s || -0m00.04s 0m00.34s | Util/FixedWordSizes | 0m00.34s || +0m00.00s 0m00.34s | Compilers/Named/WfInterp | 0m00.32s || +0m00.02s 0m00.34s | Compilers/Named/PositiveContext | 0m00.33s || +0m00.01s 0m00.33s | Compilers/ExprInversion | 0m00.32s || +0m00.01s 0m00.32s | Util/ForLoop/Instances | 0m00.34s || -0m00.02s 0m00.32s | Algebra/Monoid | 0m00.29s || +0m00.03s 0m00.31s | Compilers/Equality | 0m00.29s || +0m00.02s 0m00.31s | Compilers/Z/OpInversion | 0m00.38s || -0m00.07s 0m00.31s | Compilers/Named/RegisterAssign | 0m00.32s || -0m00.01s 0m00.31s | Compilers/MapCastByDeBruijn | 0m00.31s || +0m00.00s 0m00.30s | Algebra/Hierarchy | 0m00.32s || -0m00.02s 0m00.30s | Compilers/Named/PositiveContext/Defaults | 0m00.29s || +0m00.01s 0m00.29s | Util/Sum | 0m00.30s || -0m00.01s 0m00.29s | Spec/MxDH | 0m00.26s || +0m00.02s 0m00.28s | Compilers/SmartMap | 0m00.28s || +0m00.00s 0m00.27s | Compilers/EtaInterp | 0m00.26s || +0m00.01s 0m00.26s | Compilers/Named/ContextDefinitions | 0m00.22s || +0m00.04s 0m00.24s | Compilers/CommonSubexpressionEliminationDenote | 0m00.24s || +0m00.00s 0m00.23s | Util/ForLoop | 0m00.22s || +0m00.01s 0m00.23s | Compilers/Named/ContextOn | 0m00.25s || -0m00.01s 0m00.21s | Util/LetInMonad | 0m00.20s || +0m00.00s 0m00.21s | Compilers/Named/ContextProperties/Tactics | 0m00.23s || -0m00.02s 0m00.20s | Compilers/InterpProofs | 0m00.22s || -0m00.01s 0m00.17s | Util/Sigma | 0m00.10s || +0m00.07s 0m00.17s | Compilers/RewriterWf | 0m00.14s || +0m00.03s 0m00.15s | Util/Option | 0m00.16s || -0m00.01s 0m00.14s | Compilers/Named/Compile | 0m00.13s || +0m00.01s 0m00.13s | Compilers/Wf | 0m00.14s || -0m00.01s 0m00.12s | Util/Relations | 0m00.12s || +0m00.00s 0m00.11s | Compilers/Named/NameUtil | 0m00.12s || -0m00.00s 0m00.11s | Compilers/Conversion | 0m00.12s || -0m00.00s 0m00.11s | Compilers/Named/IdContext | 0m00.11s || +0m00.00s 0m00.10s | Util/Equality | 0m00.10s || +0m00.00s 0m00.10s | Util/Prod | 0m00.10s || +0m00.00s 0m00.10s | Util/PointedProp | 0m00.11s || -0m00.00s 0m00.09s | Compilers/TypeInversion | 0m00.09s || +0m00.00s 0m00.09s | Compilers/Named/MapCast | 0m00.07s || +0m00.01s 0m00.07s | Compilers/Syntax | 0m00.05s || +0m00.02s 0m00.07s | Compilers/Linearize | 0m00.06s || +0m00.01s 0m00.06s | Util/HProp | 0m00.05s || +0m00.00s 0m00.06s | Util/Bool | 0m00.06s || +0m00.00s 0m00.06s | Util/Tower | 0m00.03s || +0m00.03s 0m00.06s | Util/Tactics/BreakMatch | 0m00.03s || +0m00.03s 0m00.06s | Util/LetIn | 0m00.05s || +0m00.00s 0m00.06s | Compilers/Inline | 0m00.06s || +0m00.00s 0m00.06s | Compilers/RewriterInterp | 0m00.06s || +0m00.00s 0m00.06s | Compilers/Named/Syntax | 0m00.06s || +0m00.00s 0m00.06s | Compilers/Named/Wf | 0m00.05s || +0m00.00s 0m00.06s | Compilers/Named/SmartMap | 0m00.06s || +0m00.00s 0m00.06s | Compilers/Eta | 0m00.06s || +0m00.00s 0m00.06s | Compilers/FoldTypes | 0m00.06s || +0m00.00s 0m00.06s | Compilers/InterpByIso | 0m00.05s || +0m00.00s 0m00.06s | Compilers/Named/InterpretToPHOAS | 0m00.07s || -0m00.01s 0m00.05s | Compilers/Map | 0m00.03s || +0m00.02s 0m00.05s | Compilers/Rewriter | 0m00.04s || +0m00.01s 0m00.04s | Util/Tactics/DebugPrint | 0m00.04s || +0m00.00s 0m00.04s | Util/Isomorphism | 0m00.05s || -0m00.01s 0m00.04s | Util/Tactics/Test | 0m00.04s || +0m00.00s 0m00.04s | Util/Tactics/ConvoyDestruct | 0m00.03s || +0m00.01s 0m00.04s | Util/Tactics/DestructTrivial | 0m00.02s || +0m00.02s 0m00.04s | Util/Tactics/ETransitivity | 0m00.03s || +0m00.01s 0m00.04s | Util/Curry | 0m00.03s || +0m00.01s 0m00.04s | Util/Sigma/Associativity | 0m00.03s || +0m00.01s 0m00.04s | LegacyArithmetic/VerdiTactics | 0m00.03s || +0m00.01s 0m00.04s | Util/Tactics/Head | 0m00.04s || +0m00.00s 0m00.04s | Util/Tactics/Not | 0m00.02s || +0m00.02s 0m00.04s | Util/Tactics/UniquePose | 0m00.03s || +0m00.01s 0m00.04s | Util/Tactics/DestructHead | 0m00.03s || +0m00.01s 0m00.04s | Compilers/TypeUtil | 0m00.03s || +0m00.01s 0m00.04s | Util/AutoRewrite | 0m00.04s || +0m00.00s 0m00.04s | Compilers/CountLets | 0m00.06s || -0m00.01s 0m00.04s | Compilers/Named/Context | 0m00.05s || -0m00.01s 0m00.03s | Util/GlobalSettings | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/Revert | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/Contains | 0m00.03s || +0m00.00s 0m00.03s | Util/IffT | 0m00.06s || -0m00.03s 0m00.03s | Util/Tactics/ClearDuplicates | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/ESpecialize | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/Forward | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/PrintContext | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/SetoidSubst | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/SideConditionsBeforeToAfter | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/SubstEvars | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/VM | 0m00.02s || +0m00.00s 0m00.03s | Util/Sigma/MapProjections | 0m00.03s || +0m00.00s 0m00.03s | Util/ChangeInAll | 0m00.02s || +0m00.00s 0m00.03s | Util/Sigma/Lift | 0m00.03s || +0m00.00s 0m00.03s | Util/Sumbool | 0m00.09s || -0m00.06s 0m00.03s | Util/FixCoqMistakes | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/SpecializeBy | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/DestructHyps | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/SplitInContext | 0m00.03s || +0m00.00s 0m00.03s | Util/Logic | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/RewriteHyp | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/MoveLetIn | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics | 0m00.04s || -0m00.01s 0m00.03s | Compilers/RenameBinders | 0m00.05s || -0m00.02s 0m00.02s | Util/Tactics/OnSubterms | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/GetGoal | 0m00.01s || +0m00.01s 0m00.02s | Util/Tactics/ChangeInAll | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/ClearAll | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/SetEvars | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/SimplifyRepeatedIfs | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/SubstLet | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/TransparentAssert | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/UnifyAbstractReflexivity | 0m00.03s || -0m00.00s 0m00.02s | Util/Logic/ImplAnd | 0m00.03s || -0m00.00s 0m00.02s | Util/Unit | 0m00.06s || -0m00.03s 0m00.02s | Util/Tactics/DoWithHyp | 0m00.03s || -0m00.00s 0m00.02s | Util/Notations | 0m00.03s || -0m00.00s 0m00.01s | Util/Tactics/EvarExists | 0m00.02s || -0m00.01s 0m00.01s | Util/Tactics/SimplifyProjections | 0m00.03s || -0m00.01s
* rename-everythingGravatar Andres Erbsen2017-04-06
|
* Add [Proof using] to most proofsGravatar Jason Gross2017-04-04
| | | | | | | | This closes #146 and makes `make quick` faster. The changes were generated by adding [Global Set Suggest Proof Using.] to GlobalSettings.v, and then following [the instructions for a script I wrote](https://github.com/JasonGross/coq-tools#proof-using-helper).
* More fine-grained tactic importsGravatar Jason Gross2017-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most files no longer import Crypto.Util.Tactics. We remove an unused lemma depending on classical axioms; closes #143. After | File Name | Before || Change ----------------------------------------------------------------------------------------------------------- 28m38.18s | Total | 29m04.51s || -0m26.32s ----------------------------------------------------------------------------------------------------------- 0m41.70s | ModularArithmetic/ModularBaseSystemProofs | 0m32.66s || +0m09.04s 1m39.88s | MontgomeryX | 1m46.07s || -0m06.18s 1m56.52s | WeierstrassCurve/Projective | 2m00.76s || -0m04.23s 10m36.85s | WeierstrassCurve/WeierstrassCurveTheorems | 10m40.14s || -0m03.28s 0m21.35s | ModularArithmetic/Pow2BaseProofs | 0m22.54s || -0m01.18s 0m20.24s | Reflection/Named/MapCastWf | 0m21.41s || -0m01.17s 1m30.28s | Test/Curve25519SpecTestVectors | 1m31.19s || -0m00.90s 0m49.53s | Specific/IntegrationTest | 0m50.01s || -0m00.47s 0m42.19s | MontgomeryCurveTheorems | 0m42.18s || +0m00.00s 0m41.08s | ModularArithmetic/Conversion | 0m41.84s || -0m00.76s 0m36.62s | Spec/Ed25519 | 0m37.13s || -0m00.51s 0m23.64s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m24.44s || -0m00.80s 0m19.94s | Specific/GF25519 | 0m20.12s || -0m00.17s 0m19.59s | CompleteEdwardsCurve/ExtendedCoordinates | 0m19.83s || -0m00.23s 0m19.14s | Reflection/Z/Bounds/InterpretationLemmas | 0m19.90s || -0m00.75s 0m18.65s | EdDSARepChange | 0m18.74s || -0m00.08s 0m16.24s | Reflection/Z/ArithmeticSimplifierWf | 0m17.11s || -0m00.87s 0m15.03s | Util/ZUtil | 0m15.93s || -0m00.90s 0m14.74s | Reflection/Named/ContextProperties/NameUtil | 0m15.11s || -0m00.36s 0m14.62s | Reflection/Named/ContextProperties/SmartMap | 0m14.93s || -0m00.31s 0m12.96s | Specific/NewBaseSystemTest | 0m13.24s || -0m00.27s 0m11.84s | Algebra/Field | 0m12.49s || -0m00.65s 0m10.21s | Testbit | 0m09.86s || +0m00.35s 0m09.86s | Reflection/Z/ArithmeticSimplifierInterp | 0m10.69s || -0m00.83s 0m09.44s | Reflection/Named/MapCastInterp | 0m09.82s || -0m00.38s 0m08.81s | BoundedArithmetic/ArchitectureToZLikeProofs | 0m09.37s || -0m00.55s 0m08.60s | Assembly/GF25519 | 0m08.66s || -0m00.06s 0m08.58s | ModularArithmetic/Montgomery/ZProofs | 0m08.77s || -0m00.18s 0m08.53s | BoundedArithmetic/Double/Proofs/ShiftRightDoubleWordImmediate | 0m08.34s || +0m00.18s 0m08.41s | BoundedArithmetic/Double/Proofs/Multiply | 0m08.77s || -0m00.35s 0m08.26s | Reflection/InlineWf | 0m08.59s || -0m00.33s 0m07.54s | Algebra/Ring | 0m08.04s || -0m00.49s 0m07.43s | MxDHRepChange | 0m07.10s || +0m00.33s 0m07.15s | BoundedArithmetic/Double/Proofs/SpreadLeftImmediate | 0m07.09s || +0m00.06s 0m07.00s | NewBaseSystem | 0m07.16s || -0m00.16s 0m06.51s | Specific/GF1305 | 0m06.52s || -0m00.00s 0m06.09s | Util/FixedWordSizesEquality | 0m06.37s || -0m00.28s 0m05.56s | BoundedArithmetic/Double/Proofs/RippleCarryAddSub | 0m05.51s || +0m00.04s 0m05.38s | CompleteEdwardsCurve/Pre | 0m05.38s || +0m00.00s 0m05.28s | ModularArithmetic/ModularBaseSystemListProofs | 0m05.15s || +0m00.12s 0m05.24s | Experiments/GenericFieldPow | 0m05.54s || -0m00.29s 0m05.01s | Specific/SC25519 | 0m05.38s || -0m00.37s 0m04.93s | Algebra/Field_test | 0m04.81s || +0m00.12s 0m04.78s | Reflection/InlineCastWf | 0m04.94s || -0m00.16s 0m04.10s | Reflection/Z/Syntax/Equality | 0m04.28s || -0m00.18s 0m03.92s | BaseSystemProofs | 0m03.90s || +0m00.02s 0m03.75s | ModularArithmetic/BarrettReduction/ZHandbook | 0m03.94s || -0m00.18s 0m03.72s | CompleteEdwardsCurve/EdwardsMontgomery | 0m03.69s || +0m00.03s 0m03.72s | Reflection/EtaWf | 0m03.71s || +0m00.01s 0m03.60s | Reflection/Named/CompileWf | 0m04.01s || -0m00.40s 0m03.58s | SaturatedBaseSystem | 0m03.76s || -0m00.17s 0m03.33s | BoundedArithmetic/InterfaceProofs | 0m03.72s || -0m00.39s 0m03.16s | Reflection/LinearizeWf | 0m03.26s || -0m00.09s 0m03.08s | ModularArithmetic/ZBoundedZ | 0m03.16s || -0m00.08s 0m03.01s | Specific/FancyMachine256/Montgomery | 0m03.16s || -0m00.15s 0m02.99s | Reflection/Named/CompileInterp | 0m03.24s || -0m00.25s 0m02.92s | ModularArithmetic/ModularArithmeticTheorems | 0m03.06s || -0m00.14s 0m02.92s | ModularArithmetic/BarrettReduction/ZGeneralized | 0m03.15s || -0m00.23s 0m02.90s | Specific/FancyMachine256/Barrett | 0m03.18s || -0m00.28s 0m02.80s | Spec/MontgomeryCurve | 0m03.05s || -0m00.25s 0m02.77s | BoundedArithmetic/Double/Proofs/ShiftRight | 0m02.75s || +0m00.02s 0m02.75s | BoundedArithmetic/Double/Proofs/Decode | 0m02.81s || -0m00.06s 0m02.64s | BoundedArithmetic/Double/Proofs/ShiftLeft | 0m02.62s || +0m00.02s 0m02.54s | Reflection/InlineInterp | 0m02.60s || -0m00.06s 0m02.48s | Reflection/Named/ContextProperties | 0m02.58s || -0m00.10s 0m02.47s | ModularArithmetic/ModularBaseSystemOpt | 0m02.39s || +0m00.08s 0m02.40s | Reflection/TestCase | 0m02.60s || -0m00.20s 0m02.35s | ModularArithmetic/BarrettReduction/ZBounded | 0m02.40s || -0m00.04s 0m02.35s | Reflection/Z/Bounds/Relax | 0m02.46s || -0m00.10s 0m02.33s | Reflection/Named/NameUtilProperties | 0m02.40s || -0m00.06s 0m02.15s | Reflection/WfProofs | 0m02.26s || -0m00.10s 0m02.00s | Reflection/WfReflective | 0m02.04s || -0m00.04s 0m01.97s | ModularArithmetic/Montgomery/ZBounded | 0m02.14s || -0m00.17s 0m01.90s | Specific/FancyMachine256/Core | 0m01.98s || -0m00.08s 0m01.89s | Util/WordUtil | 0m01.96s || -0m00.07s 0m01.88s | Assembly/Evaluables | 0m01.82s || +0m00.05s 0m01.62s | WeierstrassCurve/Pre | 0m01.64s || -0m00.01s 0m01.56s | Reflection/Named/InterpretToPHOASWf | 0m01.61s || -0m00.05s 0m01.46s | Assembly/Compile | 0m01.51s || -0m00.05s 0m01.44s | ModularArithmetic/PrimeFieldTheorems | 0m01.43s || +0m00.01s 0m01.44s | ModularArithmetic/BarrettReduction/Z | 0m01.57s || -0m00.13s 0m01.41s | Algebra/Group | 0m01.87s || -0m00.46s 0m01.40s | Util/Tuple | 0m01.46s || -0m00.06s 0m01.38s | Reflection/MapCastInterp | 0m01.38s || +0m00.00s 0m01.31s | BoundedArithmetic/Double/Repeated/Proofs/Decode | 0m01.05s || +0m00.26s 0m01.26s | ModularArithmetic/ExtendedBaseVector | 0m01.28s || -0m00.02s 0m01.16s | Assembly/Conversions | 0m01.13s || +0m00.03s 0m01.14s | Reflection/Z/Bounds/Pipeline/Definition | 0m01.15s || -0m00.01s 0m01.13s | BaseSystem | 0m01.14s || -0m00.01s 0m01.06s | Reflection/SmartBoundInterp | 0m01.07s || -0m00.01s 0m01.04s | Reflection/Named/InterpretToPHOASInterp | 0m00.99s || +0m00.05s 0m01.01s | Reflection/SmartCastWf | 0m00.94s || +0m00.07s 0m01.01s | Assembly/Pipeline | 0m01.02s || -0m00.01s 0m01.01s | Reflection/Relations | 0m01.06s || -0m00.05s 0m00.97s | Assembly/HL | 0m00.99s || -0m00.02s 0m00.96s | Algebra/IntegralDomain | 0m01.00s || -0m00.04s 0m00.94s | Assembly/LL | 0m01.02s || -0m00.08s 0m00.92s | BoundedArithmetic/Double/Proofs/BitwiseOr | 0m00.91s || +0m00.01s 0m00.90s | Assembly/PhoasCommon | 0m00.87s || +0m00.03s 0m00.89s | Util/NumTheoryUtil | 0m00.92s || -0m00.03s 0m00.87s | BoundedArithmetic/Double/Proofs/LoadImmediate | 0m00.96s || -0m00.08s 0m00.84s | Reflection/WfInversion | 0m00.88s || -0m00.04s 0m00.83s | Reflection/InlineCastInterp | 0m00.85s || -0m00.02s 0m00.81s | Reflection/Named/CompileProperties | 0m00.87s || -0m00.05s 0m00.80s | BoundedArithmetic/X86ToZLikeProofs | 0m00.86s || -0m00.05s 0m00.78s | Karatsuba | 0m00.84s || -0m00.05s 0m00.72s | Util/PartiallyReifiedProp | 0m00.73s || -0m00.01s 0m00.72s | Reflection/MultiSizeTest | 0m00.72s || +0m00.00s 0m00.69s | ModularArithmetic/ModularBaseSystem | 0m00.72s || -0m00.03s 0m00.68s | BoundedArithmetic/Double/Repeated/Proofs/Multiply | 0m00.61s || +0m00.07s 0m00.68s | Reflection/MapCastByDeBruijnInterp | 0m00.76s || -0m00.07s 0m00.68s | Encoding/ModularWordEncodingTheorems | 0m00.80s || -0m00.12s 0m00.68s | ModularArithmetic/ExtPow2BaseMulProofs | 0m00.72s || -0m00.03s 0m00.67s | Spec/EdDSA | 0m00.66s || +0m00.01s 0m00.67s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.74s || -0m00.06s 0m00.66s | Reflection/Z/Bounds/Pipeline/ReflectiveTactics | 0m00.62s || +0m00.04s 0m00.66s | Util/IterAssocOp | 0m00.94s || -0m00.27s 0m00.64s | Encoding/ModularWordEncodingPre | 0m00.73s || -0m00.08s 0m00.63s | ModularArithmetic/ModularBaseSystemList | 0m00.77s || -0m00.14s 0m00.62s | Spec/ModularWordEncoding | 0m00.66s || -0m00.04s 0m00.61s | Reflection/MapCastByDeBruijnWf | 0m00.61s || +0m00.00s 0m00.58s | BoundedArithmetic/X86ToZLike | 0m00.57s || +0m00.01s 0m00.58s | Reflection/Z/CNotations | 0m00.56s || +0m00.01s 0m00.57s | Spec/WeierstrassCurve | 0m00.57s || +0m00.00s 0m00.56s | Spec/CompleteEdwardsCurve | 0m00.59s || -0m00.02s 0m00.56s | BoundedArithmetic/Double/Proofs/SelectConditional | 0m00.58s || -0m00.01s 0m00.56s | Reflection/InterpByIsoProofs | 0m00.60s || -0m00.03s 0m00.55s | Reflection/Named/WfInterp | 0m00.57s || -0m00.01s 0m00.55s | BoundedArithmetic/Double/Repeated/Proofs/ShiftLeftRight | 0m00.57s || -0m00.01s 0m00.54s | Reflection/Named/FMapContext | 0m00.70s || -0m00.15s 0m00.54s | Util/AdditionChainExponentiation | 0m00.62s || -0m00.07s 0m00.54s | Reflection/SmartBoundWf | 0m00.55s || -0m00.01s 0m00.54s | Reflection/WfReflectiveGen | 0m00.54s || +0m00.00s 0m00.54s | BoundedArithmetic/Interface | 0m00.56s || -0m00.02s 0m00.52s | BoundedArithmetic/ArchitectureToZLike | 0m00.46s || +0m00.06s 0m00.52s | Reflection/Z/JavaNotations | 0m00.58s || -0m00.05s 0m00.52s | Reflection/Z/Syntax/Util | 0m00.53s || -0m00.01s 0m00.52s | Util/CPSUtil | 0m00.57s || -0m00.04s 0m00.51s | Reflection/BoundByCastInterp | 0m00.51s || +0m00.00s 0m00.50s | BoundedArithmetic/Double/Repeated/Proofs/ShiftRightDoubleWordImmediate | 0m00.53s || -0m00.03s 0m00.50s | BoundedArithmetic/Double/Repeated/Proofs/RippleCarryAddSub | 0m00.57s || -0m00.06s 0m00.50s | Reflection/InterpWfRel | 0m00.54s || -0m00.04s 0m00.49s | Reflection/Z/InlineInterp | 0m00.37s || +0m00.12s 0m00.49s | Reflection/InputSyntax | 0m00.55s || -0m00.06s 0m00.49s | Util/Decidable | 0m00.48s || +0m00.01s 0m00.48s | ModularArithmetic/PseudoMersenneBaseParams | 0m00.39s || +0m00.08s 0m00.48s | BoundedArithmetic/Double/Repeated/Core | 0m00.48s || +0m00.00s 0m00.47s | BoundedArithmetic/Double/Core | 0m00.50s || -0m00.03s 0m00.47s | Reflection/Z/Bounds/Pipeline | 0m00.46s || +0m00.00s 0m00.47s | BoundedArithmetic/Double/Repeated/Proofs/SelectConditional | 0m00.54s || -0m00.07s 0m00.47s | ModularArithmetic/ModularBaseSystemListZOperationsProofs | 0m00.42s || +0m00.04s 0m00.47s | Util/NUtil | 0m00.50s || -0m00.03s 0m00.47s | Reflection/Z/Bounds/Interpretation | 0m00.42s || +0m00.04s 0m00.47s | Reflection/Z/Reify | 0m00.49s || -0m00.02s 0m00.46s | BoundedArithmetic/StripCF | 0m00.44s || +0m00.02s 0m00.46s | BoundedArithmetic/Double/Repeated/Proofs/BitwiseOr | 0m00.51s || -0m00.04s 0m00.46s | Reflection/Z/MapCastByDeBruijn | 0m00.50s || -0m00.03s 0m00.46s | Reflection/Z/Bounds/MapCastByDeBruijnWf | 0m00.42s || +0m00.04s 0m00.46s | BoundedArithmetic/Double/Repeated/Proofs/LoadImmediate | 0m00.55s || -0m00.09s 0m00.45s | Util/HList | 0m00.50s || -0m00.04s 0m00.44s | Reflection/Z/Inline | 0m00.39s || +0m00.04s 0m00.44s | Reflection/InterpWf | 0m00.55s || -0m00.11s 0m00.44s | Reflection/Z/Syntax | 0m00.46s || -0m00.02s 0m00.44s | Reflection/Z/ArithmeticSimplifier | 0m00.47s || -0m00.02s 0m00.44s | Reflection/Named/DeadCodeElimination | 0m00.36s || +0m00.08s 0m00.44s | ModularArithmetic/ZBounded | 0m00.49s || -0m00.04s 0m00.43s | ModularArithmetic/Pre | 0m00.44s || -0m00.01s 0m00.42s | ModularArithmetic/Montgomery/Z | 0m00.39s || +0m00.02s 0m00.42s | Reflection/Z/Bounds/MapCastByDeBruijnInterp | 0m00.43s || -0m00.01s 0m00.42s | Util/ZRange | 0m00.42s || +0m00.00s 0m00.42s | Reflection/Z/MapCastByDeBruijnInterp | 0m00.46s || -0m00.04s 0m00.41s | BoundedArithmetic/Double/Proofs/ShiftLeftRightTactic | 0m00.45s || -0m00.04s 0m00.41s | Reflection/Z/Bounds/MapCastByDeBruijn | 0m00.50s || -0m00.09s 0m00.40s | Reflection/Z/MapCastByDeBruijnWf | 0m00.50s || -0m00.09s 0m00.40s | Reflection/Z/InlineWf | 0m00.42s || -0m00.01s 0m00.40s | Reflection/Z/Bounds/Pipeline/OutputType | 0m00.38s || +0m00.02s 0m00.40s | ModularArithmetic/Pow2Base | 0m00.43s || -0m00.02s 0m00.40s | Reflection/Named/PositiveContext/DefaultsProperties | 0m00.52s || -0m00.12s 0m00.40s | Reflection/MapCastByDeBruijn | 0m00.39s || +0m00.01s 0m00.39s | Reflection/Z/Bounds/Pipeline/Glue | 0m00.46s || -0m00.07s 0m00.39s | Reflection/Named/PositiveContext/Defaults | 0m00.40s || -0m00.01s 0m00.39s | Reflection/Named/ContextDefinitions | 0m00.37s || +0m00.02s 0m00.38s | Reflection/Z/FoldTypes | 0m00.38s || +0m00.00s 0m00.38s | Reflection/Z/HexNotationConstants | 0m00.42s || -0m00.03s 0m00.38s | Reflection/Z/OpInversion | 0m00.37s || +0m00.01s 0m00.38s | ModularArithmetic/ModularBaseSystemListZOperations | 0m00.41s || -0m00.02s 0m00.38s | Reflection/Named/EstablishLiveness | 0m00.38s || +0m00.00s 0m00.38s | Reflection/Named/RegisterAssign | 0m00.38s || +0m00.00s 0m00.38s | Reflection/Reify | 0m00.40s || -0m00.02s 0m00.37s | ModularArithmetic/ModularBaseSystemWord | 0m00.38s || -0m00.01s 0m00.36s | Reflection/Named/InterpretToPHOAS | 0m00.45s || -0m00.09s 0m00.36s | Reflection/Named/Syntax | 0m00.35s || +0m00.01s 0m00.36s | BoundedArithmetic/Eta | 0m00.42s || -0m00.06s 0m00.35s | Reflection/Named/Compile | 0m00.34s || +0m00.00s 0m00.35s | Reflection/MapCastWf | 0m00.31s || +0m00.03s 0m00.35s | Reflection/Named/SmartMap | 0m00.36s || -0m00.01s 0m00.35s | Util/BoundedWord | 0m00.40s || -0m00.05s 0m00.35s | Spec/ModularArithmetic | 0m00.36s || -0m00.01s 0m00.34s | Reflection/Named/ContextOn | 0m00.34s || +0m00.00s 0m00.34s | Reflection/FilterLive | 0m00.32s || +0m00.02s 0m00.34s | Reflection/Named/MapCast | 0m00.37s || -0m00.02s 0m00.33s | Reflection/Named/PositiveContext | 0m00.39s || -0m00.06s 0m00.33s | Algebra/ScalarMult | 0m00.56s || -0m00.23s 0m00.32s | Reflection/Z/BinaryNotationConstants | 0m00.35s || -0m00.02s 0m00.32s | Reflection/Tuple | 0m00.38s || -0m00.06s 0m00.32s | Reflection/Named/ContextProperties/Tactics | 0m00.48s || -0m00.15s 0m00.32s | Reflection/Named/IdContext | 0m00.33s || -0m00.01s 0m00.31s | Reflection/Named/Wf | 0m00.38s || -0m00.07s 0m00.30s | Reflection/MultiSizeTest2 | 0m00.34s || -0m00.04s 0m00.29s | Reflection/ExprInversion | 0m00.26s || +0m00.02s 0m00.29s | Spec/MxDH | 0m00.43s || -0m00.14s 0m00.26s | Algebra/Monoid | 0m00.51s || -0m00.25s 0m00.26s | Util/Sum | 0m00.34s || -0m00.08s 0m00.24s | Algebra | 0m00.43s || -0m00.19s 0m00.23s | Reflection/Equality | 0m00.25s || -0m00.01s 0m00.22s | Reflection/CommonSubexpressionElimination | 0m00.17s || +0m00.04s 0m00.21s | Reflection/SmartMap | 0m00.23s || -0m00.02s 0m00.20s | Reflection/EtaInterp | 0m00.22s || -0m00.01s 0m00.20s | Reflection/BoundByCastWf | 0m00.12s || +0m00.08s 0m00.20s | Reflection/LinearizeInterp | 0m00.23s || -0m00.03s 0m00.18s | Util/LetInMonad | 0m00.19s || -0m00.01s 0m00.16s | Reflection/InterpProofs | 0m00.18s || -0m00.01s 0m00.13s | Util/Option | 0m00.14s || -0m00.01s 0m00.13s | Reflection/Wf | 0m00.12s || +0m00.01s 0m00.12s | Reflection/RewriterWf | 0m00.19s || -0m00.07s 0m00.08s | Reflection/Conversion | 0m00.08s || +0m00.00s 0m00.08s | Reflection/Named/NameUtil | 0m00.12s || -0m00.03s 0m00.07s | Reflection/Inline | 0m00.04s || +0m00.03s 0m00.06s | Reflection/TypeInversion | 0m00.08s || -0m00.02s 0m00.06s | Reflection/SmartBound | 0m00.06s || +0m00.00s 0m00.06s | Reflection/InlineCast | 0m00.06s || +0m00.00s 0m00.06s | Util/Tactics | 0m00.07s || -0m00.01s 0m00.06s | Reflection/RewriterInterp | 0m00.05s || +0m00.00s 0m00.06s | Reflection/MapCast | 0m00.06s || +0m00.00s 0m00.05s | Reflection/TypeUtil | 0m00.04s || +0m00.01s 0m00.04s | Reflection/Syntax | 0m00.09s || -0m00.05s 0m00.04s | Reflection/FoldTypes | 0m00.05s || -0m00.01s 0m00.04s | Reflection/Linearize | 0m00.04s || +0m00.00s 0m00.04s | Reflection/Rewriter | 0m00.03s || +0m00.01s 0m00.04s | Reflection/Map | 0m00.04s || +0m00.00s 0m00.04s | Util/Tactics/OnSubterms | N/A || +0m00.04s 0m00.04s | Reflection/CountLets | 0m00.04s || +0m00.00s 0m00.04s | Reflection/SmartCast | 0m00.04s || +0m00.00s 0m00.04s | Util/LetIn | 0m00.07s || -0m00.03s 0m00.04s | Reflection/Eta | 0m00.05s || -0m00.01s 0m00.04s | Reflection/BoundByCast | 0m00.06s || -0m00.01s 0m00.03s | Reflection/SmartCastInterp | 0m00.05s || -0m00.02s 0m00.03s | Util/Tactics/SubstEvars | N/A || +0m00.03s 0m00.03s | Reflection/InterpByIso | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/Forward | N/A || +0m00.03s 0m00.03s | Util/Tactics/BreakMatch | 0m00.02s || +0m00.00s 0m00.03s | Reflection/RenameBinders | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/ConvoyDestruct | N/A || +0m00.03s 0m00.02s | Util/Tactics/SideConditionsBeforeToAfter | N/A || +0m00.02s 0m00.02s | Util/Tactics/Revert | N/A || +0m00.02s 0m00.02s | Util/Tactics/Test | N/A || +0m00.02s 0m00.02s | Util/Tactics/SetEvars | N/A || +0m00.02s 0m00.02s | Util/Tactics/SetoidSubst | N/A || +0m00.02s 0m00.02s | Util/Tactics/DestructTrivial | N/A || +0m00.02s 0m00.02s | Util/Tactics/ESpecialize | N/A || +0m00.02s 0m00.02s | Util/Tactics/SimplifyProjections | N/A || +0m00.02s 0m00.02s | Util/Tactics/Not | N/A || +0m00.02s 0m00.02s | Util/Tactics/Contains | N/A || +0m00.02s 0m00.02s | Util/Tactics/SimplifyRepeatedIfs | N/A || +0m00.02s 0m00.02s | Util/Tactics/ClearDuplicates | N/A || +0m00.02s 0m00.02s | Util/Tactics/DebugPrint | N/A || +0m00.02s 0m00.01s | Util/Tactics/GetGoal | N/A || +0m00.01s
* make fsatz recurse when proving nonzero-ness, undo Weierstrass workaroundGravatar Andres Erbsen2017-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After | File Name | Before || Change ----------------------------------------------------------------------------------------------------------- 29m00.03s | Total | 33m00.88s || -4m00.84s ----------------------------------------------------------------------------------------------------------- 11m48.99s | WeierstrassCurve/WeierstrassCurveTheorems | 16m37.07s || -4m00.08s 1m46.82s | Test/Curve25519SpecTestVectors | 1m47.06s || -0m00.24s 1m18.46s | Spec/MontgomeryCurve | 0m43.03s || +0m00.43s 0m50.03s | Specific/GF25519Reflective/Reified/LadderStep | 0m50.00s || +0m00.03s 0m43.21s | Spec/Ed25519 | 0m42.48s || +0m00.73s 0m37.78s | ModularArithmetic/Conversion | 0m40.14s || -0m00.35s 0m34.92s | Specific/GF25519Reflective/Reified/AddCoordinates | 0m36.07s || -0m00.14s 0m32.14s | Specific/GF25519Bounded | 0m31.64s || +0m00.50s 0m29.53s | ModularArithmetic/ModularBaseSystemProofs | 0m29.72s || -0m00.18s 0m24.83s | Reflection/Z/Interpretations128/Relations | 0m23.35s || +0m00.47s 0m23.51s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m23.57s || -0m00.05s 0m20.51s | ModularArithmetic/Pow2BaseProofs | 0m22.19s || -0m00.67s 0m20.13s | Specific/GF25519 | 0m22.72s || -0m00.58s 0m19.08s | Reflection/Named/MapCastWf | 0m19.60s || -0m00.52s 0m18.74s | CompleteEdwardsCurve/ExtendedCoordinates | 0m17.30s || +0m00.43s 0m18.47s | Reflection/Z/Interpretations64/Relations | 0m19.28s || -0m00.81s 0m18.12s | EdDSARepChange | 0m18.55s || -0m00.42s 0m14.69s | Util/ZUtil | 0m15.19s || -0m00.50s 0m13.86s | Reflection/Named/ContextProperties/SmartMap | 0m14.23s || -0m00.37s 0m13.65s | Reflection/Named/ContextProperties/NameUtil | 0m15.92s || -0m00.26s 0m11.98s | Specific/GF25519Reflective/Reified/Mul | 0m12.53s || -0m00.54s 0m11.84s | Experiments/Ed25519 | 0m11.87s || -0m00.02s 0m11.64s | Specific/NewBaseSystemTest | 0m11.70s || -0m00.05s 0m11.28s | Algebra/Field | 0m11.55s || -0m00.27s 0m09.04s | Reflection/Named/MapCastInterp | 0m09.25s || -0m00.21s 0m09.02s | Assembly/GF25519 | 0m09.52s || -0m00.50s 0m08.92s | Specific/GF25519BoundedCommon | 0m08.75s || +0m00.16s 0m08.88s | Testbit | 0m10.14s || -0m00.25s 0m08.25s | BoundedArithmetic/Double/Proofs/Multiply | 0m08.14s || +0m00.10s 0m08.16s | ModularArithmetic/Montgomery/ZProofs | 0m08.50s || -0m00.33s 0m08.02s | BoundedArithmetic/ArchitectureToZLikeProofs | 0m08.18s || -0m00.16s 0m07.94s | Reflection/InlineWf | 0m08.34s || -0m00.39s 0m07.48s | BoundedArithmetic/Double/Proofs/SpreadLeftImmediate | 0m06.54s || +0m00.94s 0m07.47s | Algebra/Ring | 0m07.50s || -0m00.03s 0m07.41s | BoundedArithmetic/Double/Proofs/ShiftRightDoubleWordImmediate | 0m07.65s || -0m00.24s 0m07.10s | MxDHRepChange | 0m07.48s || -0m00.38s 0m06.48s | Specific/GF1305 | 0m06.40s || +0m00.08s 0m06.33s | BoundedArithmetic/Double/Proofs/RippleCarryAddSub | 0m05.14s || +0m00.19s 0m06.27s | Reflection/Z/InterpretationsGen | 0m06.42s || -0m00.15s 0m06.01s | Specific/GF25519Reflective/Reified/PreFreeze | 0m05.91s || +0m00.09s 0m05.96s | Bedrock/Word | 0m05.77s || +0m00.19s 0m05.90s | NewBaseSystem | 0m06.06s || -0m00.15s 0m05.76s | Util/FixedWordSizesEquality | 0m05.98s || -0m00.22s 0m05.49s | Specific/GF25519Reflective/Reified/CarrySub | 0m05.42s || +0m00.07s 0m05.38s | CompleteEdwardsCurve/Pre | 0m04.22s || +0m00.16s 0m05.17s | Specific/SC25519 | 0m05.31s || -0m00.13s 0m05.08s | Util/ListUtil | 0m05.16s || -0m00.08s 0m05.04s | Experiments/GenericFieldPow | 0m05.20s || -0m00.16s 0m05.01s | Specific/GF25519Reflective/Reified/CarryAdd | 0m05.04s || -0m00.03s 0m04.98s | Specific/GF25519Reflective/CommonBinOp | 0m05.18s || -0m00.19s 0m04.75s | ModularArithmetic/ModularBaseSystemListProofs | 0m04.81s || -0m00.05s 0m04.59s | Algebra/Field_test | 0m12.12s || -0m00.52s 0m04.48s | Reflection/InlineCastWf | 0m04.72s || -0m00.23s 0m03.97s | Specific/GF25519Reflective/CommonUnOp | 0m04.16s || -0m00.18s 0m03.97s | Specific/GF25519Reflective/Common9_4Op | 0m04.11s || -0m00.14s 0m03.96s | Specific/GF25519Reflective/CommonUnOpWireToFE | 0m03.91s || +0m00.04s 0m03.70s | Specific/GF25519Reflective/Reified/CarryOpp | 0m03.73s || -0m00.02s 0m03.53s | ModularArithmetic/BarrettReduction/ZHandbook | 0m03.71s || -0m00.18s 0m03.51s | BaseSystemProofs | 0m03.52s || -0m00.01s 0m03.39s | Reflection/EtaWf | 0m03.45s || -0m00.06s 0m03.37s | Reflection/Named/CompileWf | 0m03.81s || -0m00.43s 0m03.34s | Specific/GF25519Reflective/Reified/Sub | 0m03.47s || -0m00.13s 0m03.16s | BoundedArithmetic/InterfaceProofs | 0m03.14s || +0m00.02s 0m02.99s | Reflection/LinearizeWf | 0m03.09s || -0m00.09s 0m02.90s | Specific/GF25519Reflective/Reified/Add | 0m03.02s || -0m00.12s 0m02.84s | ModularArithmetic/BarrettReduction/ZGeneralized | 0m02.88s || -0m00.04s 0m02.79s | Specific/FancyMachine256/Montgomery | 0m02.77s || +0m00.02s 0m02.77s | ModularArithmetic/ZBoundedZ | 0m02.91s || -0m00.14s 0m02.74s | Reflection/Named/CompileInterp | 0m03.65s || -0m00.90s 0m02.68s | BoundedArithmetic/Double/Proofs/Decode | 0m02.62s || +0m00.06s 0m02.68s | Specific/GF25519Reflective/CommonUnOpFEToWire | 0m02.72s || -0m00.04s 0m02.63s | ModularArithmetic/ModularArithmeticTheorems | 0m02.65s || -0m00.02s 0m02.62s | Specific/FancyMachine256/Barrett | 0m02.58s || +0m00.04s 0m02.58s | Specific/GF25519Reflective/Reified/Pack | 0m02.56s || +0m00.02s 0m02.54s | Reflection/InlineInterp | 0m02.53s || +0m00.01s 0m02.46s | BoundedArithmetic/Double/Proofs/ShiftRight | 0m02.52s || -0m00.06s 0m02.42s | Specific/GF25519Reflective/Reified/Unpack | 0m02.42s || +0m00.00s 0m02.40s | Specific/GF25519ReflectiveAddCoordinates | 0m02.33s || +0m00.06s 0m02.39s | Reflection/Named/ContextProperties | 0m02.42s || -0m00.02s 0m02.38s | BoundedArithmetic/Double/Proofs/ShiftLeft | 0m02.40s || -0m00.02s 0m02.34s | Assembly/State | 0m02.44s || -0m00.10s 0m02.22s | Specific/GF25519Reflective/Reified/Opp | 0m02.23s || -0m00.00s 0m02.22s | Reflection/Named/NameUtilProperties | 0m02.31s || -0m00.08s 0m02.18s | ModularArithmetic/ModularBaseSystemOpt | 0m02.19s || -0m00.00s 0m02.16s | Reflection/WfProofs | 0m02.15s || +0m00.01s 0m02.14s | ModularArithmetic/BarrettReduction/ZBounded | 0m02.19s || -0m00.04s 0m02.12s | Reflection/TestCase | 0m02.23s || -0m00.10s 0m01.99s | Specific/GF25519Reflective/Reified/GeModulus | 0m01.96s || +0m00.03s 0m01.90s | WeierstrassCurve/Pre | 0m01.55s || +0m00.34s 0m01.87s | Reflection/WfReflective | 0m01.83s || +0m00.04s 0m01.79s | Util/WordUtil | 0m01.82s || -0m00.03s 0m01.76s | Specific/FancyMachine256/Core | 0m01.75s || +0m00.01s 0m01.71s | SaturatedBaseSystem | 0m01.92s || -0m00.20s 0m01.68s | Algebra/Group | 0m01.72s || -0m00.04s 0m01.67s | ModularArithmetic/Montgomery/ZBounded | 0m01.68s || -0m00.01s 0m01.63s | Assembly/Evaluables | 0m01.68s || -0m00.05s 0m01.45s | Specific/GF25519Reflective/Common | 0m01.39s || +0m00.06s 0m01.43s | Reflection/Z/Interpretations128/RelationsCombinations | 0m01.16s || +0m00.27s 0m01.42s | Reflection/Named/InterpretToPHOASWf | 0m01.51s || -0m00.09s 0m01.32s | Util/NatUtil | 0m01.32s || +0m00.00s 0m01.30s | Util/Tuple | 0m01.30s || +0m00.00s 0m01.30s | ModularArithmetic/PrimeFieldTheorems | 0m01.29s || +0m00.01s 0m01.30s | Assembly/WordizeUtil | 0m01.46s || -0m00.15s 0m01.30s | ModularArithmetic/BarrettReduction/Z | 0m01.34s || -0m00.04s 0m01.30s | Reflection/MapCastInterp | 0m01.30s || +0m00.00s 0m01.26s | Specific/GF25519Reflective | 0m01.30s || -0m00.04s 0m01.22s | Assembly/Compile | 0m01.26s || -0m00.04s 0m01.21s | Reflection/Z/Interpretations64/RelationsCombinations | 0m01.19s || +0m00.02s 0m01.20s | Reflection/Z/Syntax/Equality | 0m01.17s || +0m00.03s 0m01.18s | Assembly/Bounds | 0m01.35s || -0m00.17s 0m01.06s | BaseSystem | 0m01.05s || +0m00.01s 0m01.01s | Experiments/Ed25519Extraction | 0m00.98s || +0m00.03s 0m01.00s | Reflection/SmartBoundInterp | 0m01.02s || -0m00.02s 0m00.99s | BoundedArithmetic/Double/Repeated/Proofs/Decode | 0m01.02s || -0m00.03s 0m00.99s | Reflection/Relations | 0m00.96s || +0m00.03s 0m00.96s | ModularArithmetic/ExtendedBaseVector | 0m01.03s || -0m00.07s 0m00.89s | Assembly/Conversions | 0m00.89s || +0m00.00s 0m00.89s | Reflection/Named/InterpretToPHOASInterp | 0m00.92s || -0m00.03s 0m00.88s | Reflection/SmartCastWf | 0m00.89s || -0m00.01s 0m00.84s | Algebra/IntegralDomain | 0m00.86s || -0m00.02s 0m00.84s | Reflection/InlineCastInterp | 0m00.89s || -0m00.05s 0m00.80s | Specific/GF25519Reflective/CommonUnOpFEToZ | 0m00.87s || -0m00.06s 0m00.79s | Util/NumTheoryUtil | 0m00.94s || -0m00.14s 0m00.78s | BoundedArithmetic/Double/Proofs/BitwiseOr | 0m00.76s || +0m00.02s 0m00.76s | Reflection/MapCastByDeBruijnInterp | 0m00.72s || +0m00.04s 0m00.75s | BoundedArithmetic/Double/Proofs/LoadImmediate | 0m00.76s || -0m00.01s 0m00.74s | BoundedArithmetic/X86ToZLikeProofs | 0m00.73s || +0m00.01s 0m00.74s | Reflection/WfInversion | 0m00.78s || -0m00.04s 0m00.73s | Reflection/Named/CompileProperties | 0m00.77s || -0m00.04s 0m00.71s | Assembly/LL | 0m00.73s || -0m00.02s 0m00.69s | Assembly/Pipeline | 0m00.69s || +0m00.00s 0m00.69s | Util/IterAssocOp | 0m00.74s || -0m00.05s 0m00.68s | Assembly/HL | 0m00.70s || -0m00.01s 0m00.68s | Util/PartiallyReifiedProp | 0m00.70s || -0m00.01s 0m00.67s | Karatsuba | 0m00.71s || -0m00.03s 0m00.67s | Assembly/QhasmEvalCommon | 0m00.67s || +0m00.00s 0m00.66s | Specific/GF25519BoundedAddCoordinates | 0m00.63s || +0m00.03s 0m00.65s | Assembly/PhoasCommon | 0m00.62s || +0m00.03s 0m00.62s | Specific/GF25519Reflective/Reified | 0m00.62s || +0m00.00s 0m00.62s | Reflection/MultiSizeTest | 0m00.65s || -0m00.03s 0m00.58s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.58s || +0m00.00s 0m00.58s | Reflection/MapCastByDeBruijnWf | 0m00.57s || +0m00.01s 0m00.58s | Spec/WeierstrassCurve | 0m00.48s || +0m00.09s 0m00.55s | Encoding/ModularWordEncodingTheorems | 0m00.58s || -0m00.02s 0m00.54s | ModularArithmetic/ExtPow2BaseMulProofs | 0m00.53s || +0m00.01s 0m00.53s | Spec/EdDSA | 0m00.53s || +0m00.00s 0m00.53s | Util/AdditionChainExponentiation | 0m00.56s || -0m00.03s 0m00.53s | BoundedArithmetic/Double/Repeated/Proofs/Multiply | 0m00.53s || +0m00.00s 0m00.52s | Reflection/InterpByIsoProofs | 0m00.53s || -0m00.01s 0m00.52s | Reflection/Named/WfInterp | 0m00.52s || +0m00.00s 0m00.51s | ModularArithmetic/ModularBaseSystemList | 0m00.51s || +0m00.00s 0m00.51s | BoundedArithmetic/Interface | 0m00.51s || +0m00.00s 0m00.51s | BoundedArithmetic/X86ToZLike | 0m00.53s || -0m00.02s 0m00.51s | Encoding/ModularWordEncodingPre | 0m00.53s || -0m00.02s 0m00.51s | Reflection/WfReflectiveGen | 0m00.48s || +0m00.03s 0m00.50s | ModularArithmetic/ModularBaseSystem | 0m00.54s || -0m00.04s 0m00.50s | Reflection/Named/FMapContext | 0m00.52s || -0m00.02s 0m00.49s | BoundedArithmetic/Double/Proofs/SelectConditional | 0m00.48s || +0m00.01s 0m00.48s | Spec/ModularWordEncoding | 0m00.50s || -0m00.02s 0m00.47s | Spec/CompleteEdwardsCurve | 0m00.48s || -0m00.01s 0m00.47s | Assembly/StringConversion | 0m00.42s || +0m00.04s 0m00.47s | Reflection/InterpWfRel | 0m00.47s || +0m00.00s 0m00.47s | Reflection/BoundByCastInterp | 0m00.45s || +0m00.01s 0m00.46s | Util/CPSUtil | 0m00.51s || -0m00.04s 0m00.45s | Algebra/ScalarMult | 0m00.47s || -0m00.01s 0m00.44s | Util/Decidable | 0m00.43s || +0m00.01s 0m00.44s | BoundedArithmetic/Double/Core | 0m00.41s || +0m00.03s 0m00.44s | BoundedArithmetic/Double/Repeated/Proofs/RippleCarryAddSub | 0m00.42s || +0m00.02s 0m00.44s | Reflection/SmartBoundWf | 0m00.45s || -0m00.01s 0m00.43s | BoundedArithmetic/Double/Repeated/Core | 0m00.43s || +0m00.00s 0m00.43s | BoundedArithmetic/Double/Repeated/Proofs/ShiftLeftRight | 0m00.44s || -0m00.01s 0m00.43s | Util/HList | 0m00.43s || +0m00.00s 0m00.43s | Reflection/InputSyntax | 0m00.42s || +0m00.01s 0m00.42s | Algebra/Monoid | 0m00.46s || -0m00.04s 0m00.42s | Assembly/Qhasm | 0m00.43s || -0m00.01s 0m00.42s | Util/NUtil | 0m00.43s || -0m00.01s 0m00.41s | ModularArithmetic/ZBounded | 0m00.40s || +0m00.00s 0m00.41s | BoundedArithmetic/Double/Repeated/Proofs/LoadImmediate | 0m00.39s || +0m00.01s 0m00.41s | BoundedArithmetic/Double/Repeated/Proofs/SelectConditional | 0m00.41s || +0m00.00s 0m00.41s | BoundedArithmetic/Double/Repeated/Proofs/ShiftRightDoubleWordImmediate | 0m00.42s || -0m00.01s 0m00.41s | Reflection/Named/PositiveContext/DefaultsProperties | 0m00.36s || +0m00.04s 0m00.40s | ModularArithmetic/Pre | 0m00.43s || -0m00.02s 0m00.40s | BoundedArithmetic/Double/Repeated/Proofs/BitwiseOr | 0m00.44s || -0m00.03s 0m00.40s | Reflection/Z/Interpretations64 | 0m00.40s || +0m00.00s 0m00.40s | Reflection/Z/Reify | 0m00.40s || +0m00.00s 0m00.40s | Reflection/InterpWf | 0m00.41s || -0m00.00s 0m00.39s | BoundedArithmetic/ArchitectureToZLike | 0m00.41s || -0m00.01s 0m00.39s | BoundedArithmetic/StripCF | 0m00.41s || -0m00.01s 0m00.39s | BoundedArithmetic/Double/Proofs/ShiftLeftRightTactic | 0m00.39s || +0m00.00s 0m00.39s | Reflection/Z/BoundsInterpretations | 0m00.38s || +0m00.01s 0m00.39s | Reflection/Z/Interpretations128 | 0m00.41s || -0m00.01s 0m00.38s | Algebra | 0m00.35s || +0m00.03s 0m00.38s | Reflection/Z/Syntax | 0m00.37s || +0m00.01s 0m00.38s | Reflection/Z/Syntax/Util | 0m00.35s || +0m00.03s 0m00.36s | Reflection/MapCastByDeBruijn | 0m00.35s || +0m00.01s 0m00.35s | ModularArithmetic/ModularBaseSystemListZOperations | 0m00.33s || +0m00.01s 0m00.35s | ModularArithmetic/ModularBaseSystemListZOperationsProofs | 0m00.34s || +0m00.00s 0m00.35s | Reflection/Z/HexNotationConstants | 0m00.35s || +0m00.00s 0m00.34s | Spec/MxDH | 0m00.34s || +0m00.00s 0m00.34s | ModularArithmetic/Pow2Base | 0m00.39s || -0m00.04s 0m00.34s | Assembly/QhasmUtil | 0m00.36s || -0m00.01s 0m00.34s | ModularArithmetic/PseudoMersenneBaseParams | 0m00.42s || -0m00.07s 0m00.34s | ModularArithmetic/Montgomery/Z | 0m00.33s || +0m00.01s 0m00.34s | Reflection/Named/PositiveContext/Defaults | 0m00.33s || +0m00.01s 0m00.34s | Reflection/Named/RegisterAssign | 0m00.36s || -0m00.01s 0m00.34s | Reflection/Named/DeadCodeElimination | 0m00.35s || -0m00.00s 0m00.33s | BoundedArithmetic/Eta | 0m00.37s || -0m00.03s 0m00.33s | Reflection/Tuple | 0m00.33s || +0m00.00s 0m00.33s | ModularArithmetic/ModularBaseSystemWord | 0m00.32s || +0m00.01s 0m00.33s | Reflection/Named/Syntax | 0m00.35s || -0m00.01s 0m00.33s | Reflection/Z/CNotations | 0m00.34s || -0m00.01s 0m00.32s | Tactics/Algebra_syntax/Nsatz | 0m00.34s || -0m00.02s 0m00.32s | Reflection/Reify | 0m00.34s || -0m00.02s 0m00.32s | Reflection/Named/MapCast | 0m00.32s || +0m00.00s 0m00.32s | Reflection/Named/Wf | 0m00.30s || +0m00.02s 0m00.32s | Reflection/Named/Compile | 0m00.30s || +0m00.02s 0m00.32s | Reflection/Named/PositiveContext | 0m00.33s || -0m00.01s 0m00.32s | Reflection/Named/ContextProperties/Tactics | 0m00.30s || +0m00.02s 0m00.32s | Reflection/Named/IdContext | 0m00.31s || +0m00.01s 0m00.32s | Reflection/Z/BinaryNotationConstants | 0m00.31s || +0m00.01s 0m00.32s | Reflection/Z/FoldTypes | 0m00.34s || -0m00.02s 0m00.32s | Reflection/Z/JavaNotations | 0m00.32s || +0m00.00s 0m00.31s | Util/Factorize | 0m00.32s || -0m00.01s 0m00.31s | Reflection/Named/EstablishLiveness | 0m00.32s || -0m00.01s 0m00.31s | Reflection/Named/SmartMap | 0m00.32s || -0m00.01s 0m00.30s | Reflection/Named/InterpretToPHOAS | 0m00.29s || +0m00.01s 0m00.29s | Spec/ModularArithmetic | 0m00.34s || -0m00.05s 0m00.29s | Reflection/FilterLive | 0m00.29s || +0m00.00s 0m00.29s | Reflection/Named/ContextDefinitions | 0m00.33s || -0m00.04s 0m00.29s | Reflection/MultiSizeTest2 | 0m00.30s || -0m00.01s 0m00.28s | Reflection/Named/ContextOn | 0m00.31s || -0m00.02s 0m00.27s | Bedrock/Nomega | 0m00.26s || +0m00.01s 0m00.27s | Util/FixedWordSizes | 0m00.28s || -0m00.01s 0m00.27s | Reflection/Z/OpInversion | 0m00.31s || -0m00.03s 0m00.26s | Reflection/MapCastWf | 0m00.29s || -0m00.02s 0m00.25s | Reflection/ExprInversion | 0m00.26s || -0m00.01s 0m00.24s | Assembly/QhasmCommon | 0m00.26s || -0m00.02s 0m00.23s | Reflection/Equality | 0m00.23s || +0m00.00s 0m00.22s | Util/Sum | 0m00.22s || +0m00.00s 0m00.21s | Reflection/SmartMap | 0m00.23s || -0m00.02s 0m00.19s | Util/CaseUtil | 0m00.18s || +0m00.01s 0m00.19s | Reflection/LinearizeInterp | 0m00.22s || -0m00.03s 0m00.18s | Util/LetInMonad | 0m00.16s || +0m00.01s 0m00.17s | Reflection/EtaInterp | 0m00.17s || +0m00.00s 0m00.17s | Reflection/CommonSubexpressionElimination | 0m00.16s || +0m00.01s 0m00.16s | Reflection/InterpProofs | 0m00.17s || -0m00.01s 0m00.16s | Experiments/ExtrHaskellNats | 0m00.16s || +0m00.00s 0m00.13s | Reflection/Wf | 0m00.11s || +0m00.02s 0m00.11s | Reflection/BoundByCastWf | 0m00.11s || +0m00.00s 0m00.11s | Reflection/Named/NameUtil | 0m00.10s || +0m00.00s 0m00.10s | Util/Option | 0m00.12s || -0m00.01s 0m00.09s | Util/Sigma | 0m00.08s || +0m00.00s 0m00.09s | Util/Relations | 0m00.09s || +0m00.00s 0m00.08s | Reflection/Conversion | 0m00.09s || -0m00.00s 0m00.08s | Util/PointedProp | 0m00.08s || +0m00.00s 0m00.07s | Util/Prod | 0m00.07s || +0m00.00s 0m00.07s | Reflection/TypeInversion | 0m00.08s || -0m00.00s 0m00.06s | Util/Equality | 0m00.06s || +0m00.00s 0m00.05s | Util/Tactics | 0m00.04s || +0m00.01s 0m00.05s | Reflection/Inline | 0m00.06s || -0m00.00s 0m00.05s | Reflection/SmartBound | 0m00.07s || -0m00.02s 0m00.05s | Reflection/MapCast | 0m00.05s || +0m00.00s 0m00.05s | Reflection/BoundByCast | 0m00.05s || +0m00.00s 0m00.04s | Util/HProp | 0m00.03s || +0m00.01s 0m00.04s | Util/Tactics/DestructHyps | 0m00.01s || +0m00.03s 0m00.04s | Util/Bool | 0m00.04s || +0m00.00s 0m00.04s | Util/LetIn | 0m00.04s || +0m00.00s 0m00.04s | Reflection/Syntax | 0m00.04s || +0m00.00s 0m00.04s | Reflection/Eta | 0m00.06s || -0m00.01s 0m00.04s | Reflection/Linearize | 0m00.03s || +0m00.01s 0m00.04s | Reflection/InlineCast | 0m00.06s || -0m00.01s 0m00.04s | Reflection/SmartCastInterp | 0m00.04s || +0m00.00s 0m00.04s | Reflection/CountLets | 0m00.03s || +0m00.01s 0m00.04s | Reflection/FoldTypes | 0m00.04s || +0m00.00s 0m00.04s | Reflection/InterpByIso | 0m00.04s || +0m00.00s 0m00.03s | Util/GlobalSettings | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/DoWithHyp | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/SpecializeBy | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/UniquePose | 0m00.02s || +0m00.00s 0m00.03s | Util/Logic | 0m00.03s || +0m00.00s 0m00.03s | Util/IffT | 0m00.04s || -0m00.01s 0m00.03s | Reflection/Map | 0m00.02s || +0m00.00s 0m00.03s | Reflection/TypeUtil | 0m00.03s || +0m00.00s 0m00.03s | Reflection/SmartCast | 0m00.04s || -0m00.01s 0m00.03s | Util/Sumbool | 0m00.03s || +0m00.00s 0m00.03s | Util/Unit | 0m00.03s || +0m00.00s 0m00.02s | Util/FixCoqMistakes | 0m00.01s || +0m00.01s 0m00.02s | Util/Isomorphism | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/Head | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/BreakMatch | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/RewriteHyp | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/SplitInContext | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/VM | 0m00.02s || +0m00.00s 0m00.02s | Util/Notations | 0m00.03s || -0m00.00s 0m00.02s | Tactics/VerdiTactics | 0m00.03s || -0m00.00s 0m00.02s | Util/Tower | 0m00.04s || -0m00.02s 0m00.02s | Util/AutoRewrite | 0m00.02s || +0m00.00s 0m00.02s | Spec/Encoding | 0m00.02s || +0m00.00s 0m00.02s | Encoding/EncodingTheorems | 0m00.03s || -0m00.00s 0m00.02s | Util/Curry | 0m00.01s || +0m00.01s 0m00.01s | Util/Tactics/DestructHead | 0m00.02s || -0m00.01s
* make 8.5 happyGravatar Andres Erbsen2017-03-02
|
* PrimeFieldTheorems: inv for isomorphic fieldsGravatar Andres Erbsen2017-03-02
|
* use [positive] for [F] modulus, char_ge_C instead of char_gt_CGravatar Andres Erbsen2017-03-02
|
* rewrite ExtendedCoordinates, fix Ed25519Gravatar Andres Erbsen2017-03-02
|
* address some code review commentsGravatar Andres Erbsen2017-03-02
|
* Weierstrass curve is a groupGravatar Andres Erbsen2017-03-02
|
* change weierstrass spec, prove most cases of associativityGravatar Andres Erbsen2017-03-02
|
* split the algebra library; use fsatz moreGravatar Andres Erbsen2017-03-02
|
* Fix a missing section close in ZToRingGravatar Jason Gross2017-02-10
|
* Accidentally pushed wrong file in last commit; this is the correct oneGravatar jadep2017-02-10
|
* Added ZToRing lemmasGravatar jadep2017-02-09