aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Decidable.v
Commit message (Collapse)AuthorAge
* Fix opacity of dec_Forall, dec_ExistsGravatar Jason Gross2017-11-10
|
* Add dec_if_boolGravatar Jason Gross2017-11-10
|
* Add dec_Forall, dec_ExistsGravatar Jason Gross2017-11-09
|
* Add decidable equality with nilGravatar Jason Gross2017-08-13
|
* Add dec_eq_comparisonGravatar Jason Gross2017-06-13
|
* 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).
* Revert "Add dec_eq_positive"Gravatar Jason Gross2017-05-16
| | | | | | This reverts commit 3a494ebb0d6ba4fa7952be40203ca4b573e37904. It already existed.
* Add dec_eq_positiveGravatar Jason Gross2017-05-16
|
* Add dec_of_bool_decGravatar Jason Gross2017-04-10
|
* make elliptic curve proofs faster and split them into filesGravatar Andres Erbsen2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix EdwardsMontgomery try to speed up Weierstrass proof --amend Conflicts fixed by Jason Gross; timing diff added by Jason Gross After | File Name | Before || Change ----------------------------------------------------------------------------------------------------------- 35m50.76s | Total | 33m10.99s || +2m39.77s ----------------------------------------------------------------------------------------------------------- 2m07.08s | MontgomeryXProofs | N/A || +2m07.07s 0m00.72s | MontgomeryX | 1m39.97s || -1m39.25s 12m47.53s | WeierstrassCurve/WeierstrassCurveTheorems | 11m33.56s || +1m13.97s 2m35.44s | WeierstrassCurve/Projective | 2m26.24s || +0m09.19s 0m58.83s | Specific/IntegrationTest | 0m51.09s || +0m07.73s 0m50.02s | ModularArithmetic/ModularBaseSystemProofs | 0m42.63s || +0m07.39s 0m24.81s | EdDSARepChange | 0m18.72s || +0m06.08s 0m26.89s | CompleteEdwardsCurve/ExtendedCoordinates | 0m21.82s || +0m05.07s 0m47.18s | MontgomeryCurveTheorems | 0m42.44s || +0m04.74s 0m41.62s | Spec/Ed25519 | 0m37.32s || +0m04.29s 0m18.06s | Specific/NewBaseSystemTest | 0m13.09s || +0m04.96s 0m21.56s | Reflection/Z/ArithmeticSimplifierWf | 0m17.61s || +0m03.94s 0m12.12s | BoundedArithmetic/Double/Proofs/Multiply | 0m08.28s || +0m03.83s 0m08.58s | Reflection/InlineWf | 0m11.71s || -0m03.13s 0m07.66s | Algebra/Ring | 0m10.68s || -0m03.01s 0m03.98s | MontgomeryCurve | N/A || +0m03.98s 0m54.83s | ModularArithmetic/Conversion | 0m56.89s || -0m02.06s 0m14.94s | Algebra/Field | 0m12.60s || +0m02.33s 0m11.18s | BoundedArithmetic/ArchitectureToZLikeProofs | 0m09.07s || +0m02.10s 0m08.33s | Util/FixedWordSizesEquality | 0m06.16s || +0m02.16s 1m44.81s | Test/Curve25519SpecTestVectors | 1m46.63s || -0m01.81s 0m27.28s | Reflection/Named/MapCastWf | 0m28.30s || -0m01.01s 0m11.27s | BoundedArithmetic/Double/Proofs/ShiftRightDoubleWordImmediate | 0m09.99s || +0m01.27s 0m08.72s | MxDHRepChange | 0m09.76s || -0m01.03s 0m04.74s | BoundedArithmetic/InterfaceProofs | 0m03.38s || +0m01.36s 0m04.71s | SaturatedBaseSystem | 0m03.70s || +0m01.00s 0m03.85s | ModularArithmetic/BarrettReduction/ZHandbook | 0m05.55s || -0m01.69s 0m03.17s | Reflection/LinearizeWf | 0m04.62s || -0m01.45s 0m32.62s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m33.15s || -0m00.53s 0m28.02s | ModularArithmetic/Pow2BaseProofs | 0m28.89s || -0m00.87s 0m27.30s | Reflection/Z/Bounds/InterpretationLemmas | 0m26.88s || +0m00.42s 0m21.01s | Specific/GF25519 | 0m20.88s || +0m00.13s 0m19.39s | Reflection/Named/ContextProperties/NameUtil | 0m20.12s || -0m00.73s 0m18.99s | Reflection/Named/ContextProperties/SmartMap | 0m19.90s || -0m00.91s 0m15.32s | Util/ZUtil | 0m16.14s || -0m00.82s 0m14.19s | Reflection/Z/ArithmeticSimplifierInterp | 0m13.86s || +0m00.33s 0m13.42s | Testbit | 0m12.97s || +0m00.44s 0m12.74s | Reflection/Named/MapCastInterp | 0m12.39s || +0m00.34s 0m10.83s | ModularArithmetic/Montgomery/ZProofs | 0m11.19s || -0m00.35s 0m10.36s | NewBaseSystem | 0m10.53s || -0m00.16s 0m09.47s | BoundedArithmetic/Double/Proofs/SpreadLeftImmediate | 0m10.15s || -0m00.67s 0m09.22s | Assembly/GF25519 | 0m08.77s || +0m00.45s 0m07.82s | CompleteEdwardsCurve/Pre | 0m07.86s || -0m00.04s 0m07.60s | BoundedArithmetic/Double/Proofs/RippleCarryAddSub | 0m08.19s || -0m00.58s 0m07.08s | Algebra/Field_test | 0m06.51s || +0m00.57s 0m06.92s | Specific/GF1305 | 0m06.83s || +0m00.08s 0m06.29s | Specific/SC25519 | 0m05.46s || +0m00.83s 0m06.23s | Bedrock/Word | 0m06.80s || -0m00.56s 0m06.01s | ModularArithmetic/ModularBaseSystemListProofs | 0m05.24s || +0m00.76s 0m05.75s | Reflection/Z/Syntax/Equality | 0m05.64s || +0m00.11s 0m05.66s | Util/ListUtil | 0m05.91s || -0m00.25s 0m05.63s | Reflection/InlineCastWf | 0m05.46s || +0m00.16s 0m05.47s | Experiments/GenericFieldPow | 0m05.84s || -0m00.37s 0m04.96s | BaseSystemProofs | 0m03.98s || +0m00.98s 0m04.93s | Reflection/Named/CompileWf | 0m05.12s || -0m00.19s 0m04.38s | ModularArithmetic/ModularArithmeticTheorems | 0m04.29s || +0m00.08s 0m04.25s | Spec/MontgomeryCurve | 0m04.22s || +0m00.03s 0m04.19s | Reflection/Named/CompileInterp | 0m04.26s || -0m00.06s 0m04.13s | Specific/FancyMachine256/Montgomery | 0m03.25s || +0m00.87s 0m04.11s | CompleteEdwardsCurve/EdwardsMontgomery | 0m03.67s || +0m00.44s 0m03.95s | BoundedArithmetic/Double/Proofs/ShiftLeft | 0m04.14s || -0m00.18s 0m03.86s | ModularArithmetic/ZBoundedZ | 0m03.16s || +0m00.69s 0m03.85s | Reflection/EtaWf | 0m03.74s || +0m00.10s 0m03.79s | BoundedArithmetic/Double/Proofs/ShiftRight | 0m03.53s || +0m00.26s 0m03.76s | Specific/FancyMachine256/Barrett | 0m02.99s || +0m00.76s 0m03.74s | BoundedArithmetic/Double/Proofs/Decode | 0m03.47s || +0m00.27s 0m03.66s | Reflection/TestCase | 0m03.34s || +0m00.32s 0m03.40s | Reflection/Z/Bounds/Relax | 0m02.86s || +0m00.54s 0m03.34s | ModularArithmetic/BarrettReduction/ZBounded | 0m02.38s || +0m00.96s 0m03.30s | Reflection/Named/ContextProperties | 0m02.60s || +0m00.69s 0m02.94s | ModularArithmetic/BarrettReduction/ZGeneralized | 0m03.86s || -0m00.92s 0m02.82s | Specific/FancyMachine256/Core | 0m01.97s || +0m00.84s 0m02.68s | ModularArithmetic/ModularBaseSystemOpt | 0m02.49s || +0m00.18s 0m02.63s | Reflection/InlineInterp | 0m03.57s || -0m00.94s 0m02.58s | Assembly/State | 0m02.60s || -0m00.02s 0m02.43s | Reflection/Named/NameUtilProperties | 0m02.36s || +0m00.07s 0m02.43s | ModularArithmetic/Montgomery/ZBounded | 0m01.84s || +0m00.59s 0m02.21s | Reflection/WfProofs | 0m02.17s || +0m00.04s 0m02.20s | ModularArithmetic/PrimeFieldTheorems | 0m02.06s || +0m00.14s 0m02.12s | WeierstrassCurve/Pre | 0m01.91s || +0m00.21s 0m02.03s | Util/WordUtil | 0m02.64s || -0m00.61s 0m02.00s | Assembly/Evaluables | 0m01.98s || +0m00.02s 0m01.95s | Reflection/Named/InterpretToPHOASWf | 0m02.21s || -0m00.26s 0m01.94s | Reflection/WfReflective | 0m02.74s || -0m00.80s 0m01.84s | Assembly/Bounds | 0m01.40s || +0m00.44s 0m01.78s | BoundedArithmetic/Double/Repeated/Proofs/Decode | 0m01.72s || +0m00.06s 0m01.54s | Assembly/Compile | 0m01.53s || +0m00.01s 0m01.46s | Assembly/WordizeUtil | 0m02.12s || -0m00.66s 0m01.44s | ModularArithmetic/BarrettReduction/Z | 0m02.31s || -0m00.87s 0m01.44s | Reflection/Named/InterpretToPHOASInterp | 0m01.30s || +0m00.13s 0m01.42s | Util/NatUtil | 0m02.15s || -0m00.73s 0m01.40s | Reflection/Z/Bounds/Pipeline/Definition | 0m01.09s || +0m00.30s 0m01.40s | Util/Tuple | 0m01.45s || -0m00.05s 0m01.36s | ModularArithmetic/ExtendedBaseVector | 0m01.84s || -0m00.48s 0m01.36s | Algebra/Group | 0m01.40s || -0m00.03s 0m01.35s | Assembly/Conversions | 0m01.21s || +0m00.14s 0m01.34s | BoundedArithmetic/X86ToZLikeProofs | 0m00.83s || +0m00.51s 0m01.34s | Reflection/MapCastInterp | 0m01.62s || -0m00.28s 0m01.30s | BoundedArithmetic/Double/Proofs/LoadImmediate | 0m01.25s || +0m00.05s 0m01.20s | BaseSystem | 0m01.56s || -0m00.36s 0m01.19s | BoundedArithmetic/Double/Proofs/BitwiseOr | 0m00.97s || +0m00.21s 0m01.15s | Reflection/InlineCastInterp | 0m00.86s || +0m00.28s 0m01.12s | Reflection/SmartBoundInterp | 0m01.04s || +0m00.08s 0m01.06s | Reflection/Relations | 0m01.05s || +0m00.01s 0m01.04s | ModularArithmetic/ModularBaseSystemList | 0m00.65s || +0m00.39s 0m01.04s | Assembly/PhoasCommon | 0m00.87s || +0m00.17s 0m01.03s | ModularArithmetic/ExtPow2BaseMulProofs | 0m00.72s || +0m00.31s 0m01.03s | Assembly/HL | 0m01.18s || -0m00.14s 0m01.02s | Assembly/LL | 0m01.02s || +0m00.00s 0m01.02s | Assembly/Pipeline | 0m00.92s || +0m00.09s 0m01.02s | ModularArithmetic/ModularBaseSystem | 0m00.76s || +0m00.26s 0m01.01s | Algebra/IntegralDomain | 0m01.12s || -0m00.11s 0m01.00s | Util/IterAssocOp | 0m00.78s || +0m00.21s 0m00.96s | Util/NumTheoryUtil | 0m01.34s || -0m00.38s 0m00.95s | Reflection/MapCastByDeBruijnInterp | 0m00.83s || +0m00.12s 0m00.95s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.76s || +0m00.18s 0m00.90s | Reflection/Z/Bounds/Pipeline/ReflectiveTactics | 0m00.66s || +0m00.24s 0m00.90s | Reflection/SmartCastWf | 0m00.97s || -0m00.06s 0m00.89s | Encoding/ModularWordEncodingTheorems | 0m00.71s || +0m00.18s 0m00.88s | Spec/CompleteEdwardsCurve | 0m00.83s || +0m00.05s 0m00.87s | BoundedArithmetic/X86ToZLike | 0m00.88s || -0m00.01s 0m00.86s | Spec/ModularWordEncoding | 0m00.60s || +0m00.26s 0m00.83s | Reflection/Named/CompileProperties | 0m00.88s || -0m00.05s 0m00.83s | Reflection/WfInversion | 0m00.82s || +0m00.01s 0m00.82s | Karatsuba | 0m01.20s || -0m00.38s 0m00.82s | WeierstrassCurve/Definitions | N/A || +0m00.82s 0m00.81s | BoundedArithmetic/Double/Proofs/SelectConditional | 0m00.80s || +0m00.01s 0m00.80s | Encoding/ModularWordEncodingPre | 0m00.66s || +0m00.14s 0m00.80s | Reflection/MapCastByDeBruijnWf | 0m00.91s || -0m00.10s 0m00.78s | BoundedArithmetic/Double/Core | 0m00.69s || +0m00.09s 0m00.78s | BoundedArithmetic/Double/Repeated/Proofs/ShiftLeftRight | 0m00.48s || +0m00.30s 0m00.78s | Assembly/QhasmEvalCommon | 0m00.80s || -0m00.02s 0m00.75s | Util/PartiallyReifiedProp | 0m00.73s || +0m00.02s 0m00.74s | Spec/EdDSA | 0m00.67s || +0m00.06s 0m00.71s | Reflection/BoundByCastInterp | 0m00.77s || -0m00.06s 0m00.71s | Reflection/Z/Syntax/Util | 0m00.80s || -0m00.09s 0m00.71s | Reflection/Z/Reify | 0m00.57s || +0m00.14s 0m00.70s | Util/NUtil | 0m00.52s || +0m00.17s 0m00.70s | Reflection/Z/CNotations | 0m00.56s || +0m00.13s 0m00.70s | Spec/WeierstrassCurve | 0m00.84s || -0m00.14s 0m00.69s | Assembly/StringConversion | 0m00.50s || +0m00.18s 0m00.69s | Reflection/Z/JavaNotations | 0m00.54s || +0m00.14s 0m00.68s | BoundedArithmetic/Double/Repeated/Proofs/LoadImmediate | 0m00.47s || +0m00.21s 0m00.67s | Reflection/MultiSizeTest | 0m00.70s || -0m00.02s 0m00.67s | BoundedArithmetic/Double/Repeated/Proofs/Multiply | 0m00.68s || -0m00.01s 0m00.66s | BoundedArithmetic/Double/Repeated/Proofs/SelectConditional | 0m00.46s || +0m00.20s 0m00.65s | BoundedArithmetic/Double/Repeated/Proofs/BitwiseOr | 0m00.53s || +0m00.12s 0m00.64s | BoundedArithmetic/Double/Repeated/Proofs/RippleCarryAddSub | 0m00.49s || +0m00.15s 0m00.62s | Reflection/Z/Bounds/Pipeline/Glue | 0m00.69s || -0m00.06s 0m00.62s | Reflection/Z/Bounds/MapCastByDeBruijn | 0m00.57s || +0m00.05s 0m00.62s | Reflection/Z/Bounds/Pipeline | 0m00.51s || +0m00.10s 0m00.62s | BoundedArithmetic/Double/Repeated/Core | 0m00.77s || -0m00.15s 0m00.61s | BoundedArithmetic/Double/Proofs/ShiftLeftRightTactic | 0m00.42s || +0m00.19s 0m00.60s | BoundedArithmetic/Interface | 0m00.78s || -0m00.18s 0m00.60s | Reflection/Z/MapCastByDeBruijnWf | 0m00.46s || +0m00.13s 0m00.57s | Reflection/Named/WfInterp | 0m00.60s || -0m00.03s 0m00.57s | Reflection/Named/DeadCodeElimination | 0m00.45s || +0m00.11s 0m00.56s | Util/AdditionChainExponentiation | 0m00.48s || +0m00.08s 0m00.55s | Reflection/Named/PositiveContext/DefaultsProperties | 0m00.58s || -0m00.02s 0m00.54s | Reflection/InterpByIsoProofs | 0m00.80s || -0m00.26s 0m00.54s | BoundedArithmetic/ArchitectureToZLike | 0m00.70s || -0m00.15s 0m00.54s | BoundedArithmetic/Double/Repeated/Proofs/ShiftRightDoubleWordImmediate | 0m00.47s || +0m00.07s 0m00.54s | Reflection/Z/InlineWf | 0m00.57s || -0m00.02s 0m00.54s | Reflection/Named/FMapContext | 0m00.73s || -0m00.18s 0m00.54s | BoundedArithmetic/StripCF | 0m00.48s || +0m00.06s 0m00.54s | Reflection/Z/MapCastByDeBruijn | 0m00.58s || -0m00.03s 0m00.53s | Reflection/Z/MapCastByDeBruijnInterp | 0m00.66s || -0m00.13s 0m00.53s | Reflection/Z/FoldTypes | 0m00.56s || -0m00.03s 0m00.53s | Reflection/Z/Bounds/MapCastByDeBruijnInterp | 0m00.40s || +0m00.13s 0m00.53s | Reflection/Z/Bounds/MapCastByDeBruijnWf | 0m00.40s || +0m00.13s 0m00.53s | Reflection/WfReflectiveGen | 0m00.56s || -0m00.03s 0m00.52s | Reflection/Z/HexNotationConstants | 0m00.53s || -0m00.01s 0m00.52s | Util/CPSUtil | 0m00.49s || +0m00.03s 0m00.52s | Reflection/Z/Inline | 0m00.58s || -0m00.05s 0m00.52s | ModularArithmetic/Pre | 0m00.42s || +0m00.10s 0m00.52s | Reflection/Z/Bounds/Pipeline/OutputType | 0m00.35s || +0m00.17s 0m00.50s | Util/Decidable | 0m00.51s || -0m00.01s 0m00.50s | Reflection/InterpWf | 0m00.46s || +0m00.03s 0m00.49s | Reflection/Z/ArithmeticSimplifier | 0m00.65s || -0m00.16s 0m00.49s | Reflection/SmartBoundWf | 0m00.56s || -0m00.07s 0m00.48s | Reflection/Named/PositiveContext | 0m00.47s || +0m00.01s 0m00.48s | Reflection/Named/PositiveContext/Defaults | 0m00.60s || -0m00.12s 0m00.48s | Reflection/MapCastByDeBruijn | 0m00.44s || +0m00.03s 0m00.48s | Spec/ModularArithmetic | 0m00.44s || +0m00.03s 0m00.48s | Reflection/InputSyntax | 0m00.59s || -0m00.10s 0m00.48s | Reflection/InterpWfRel | 0m00.50s || -0m00.02s 0m00.47s | ModularArithmetic/Pow2Base | 0m00.56s || -0m00.09s 0m00.46s | BoundedArithmetic/Eta | 0m00.39s || +0m00.07s 0m00.45s | Reflection/Z/Syntax | 0m00.50s || -0m00.04s 0m00.44s | Reflection/Z/Bounds/Interpretation | 0m00.60s || -0m00.15s 0m00.44s | Assembly/Qhasm | 0m00.72s || -0m00.27s 0m00.44s | Util/HList | 0m00.47s || -0m00.02s 0m00.44s | Reflection/Named/RegisterAssign | 0m00.40s || +0m00.03s 0m00.42s | ModularArithmetic/ModularBaseSystemListZOperations | 0m00.38s || +0m00.03s 0m00.42s | ModularArithmetic/ModularBaseSystemWord | 0m00.37s || +0m00.04s 0m00.42s | ModularArithmetic/ZBounded | 0m00.64s || -0m00.22s 0m00.41s | Reflection/Z/InlineInterp | 0m00.58s || -0m00.17s 0m00.41s | ModularArithmetic/PseudoMersenneBaseParams | 0m00.55s || -0m00.14s 0m00.40s | Assembly/QhasmUtil | 0m00.42s || -0m00.01s 0m00.40s | Util/ZRange | 0m00.43s || -0m00.02s 0m00.40s | ModularArithmetic/ModularBaseSystemListZOperationsProofs | 0m00.59s || -0m00.18s 0m00.39s | Util/BoundedWord | 0m00.40s || -0m00.01s 0m00.38s | Reflection/Named/Wf | 0m00.38s || +0m00.00s 0m00.38s | Reflection/FilterLive | 0m00.32s || +0m00.06s 0m00.38s | Reflection/Named/EstablishLiveness | 0m00.34s || +0m00.03s 0m00.38s | Reflection/MultiSizeTest2 | 0m00.44s || -0m00.06s 0m00.38s | Reflection/Tuple | 0m00.40s || -0m00.02s 0m00.38s | ModularArithmetic/Montgomery/Z | 0m00.58s || -0m00.19s 0m00.37s | Reflection/Named/ContextDefinitions | 0m00.34s || +0m00.02s 0m00.37s | Reflection/Reify | 0m00.51s || -0m00.14s 0m00.37s | Reflection/Named/ContextProperties/Tactics | 0m00.43s || -0m00.06s 0m00.36s | Tactics/Algebra_syntax/Nsatz | 0m00.58s || -0m00.21s 0m00.36s | Reflection/Named/Syntax | 0m00.38s || -0m00.02s 0m00.36s | Reflection/Named/InterpretToPHOAS | 0m00.46s || -0m00.10s 0m00.36s | Reflection/Named/Compile | 0m00.35s || +0m00.01s 0m00.35s | Util/Factorize | 0m00.46s || -0m00.11s 0m00.34s | Reflection/Named/MapCast | 0m00.33s || +0m00.01s 0m00.34s | Reflection/Named/IdContext | 0m00.35s || -0m00.00s 0m00.34s | Reflection/Named/SmartMap | 0m00.35s || -0m00.00s 0m00.34s | Reflection/Z/BinaryNotationConstants | 0m00.53s || -0m00.19s 0m00.33s | Reflection/Z/OpInversion | 0m00.44s || -0m00.10s 0m00.32s | Algebra/ScalarMult | 0m00.27s || +0m00.04s 0m00.32s | Reflection/MapCastWf | 0m00.50s || -0m00.18s 0m00.32s | Util/FixedWordSizes | 0m00.34s || -0m00.02s 0m00.32s | Reflection/Named/ContextOn | 0m00.36s || -0m00.03s 0m00.31s | Assembly/QhasmCommon | 0m00.29s || +0m00.02s 0m00.31s | Reflection/ExprInversion | 0m00.27s || +0m00.03s 0m00.28s | Bedrock/Nomega | 0m00.40s || -0m00.12s 0m00.28s | Reflection/SmartMap | 0m00.22s || +0m00.06s 0m00.26s | Reflection/Equality | 0m00.26s || +0m00.00s 0m00.26s | Util/Sum | 0m00.24s || +0m00.02s 0m00.26s | Algebra/Monoid | 0m00.26s || +0m00.00s 0m00.26s | Reflection/LinearizeInterp | 0m00.24s || +0m00.02s 0m00.26s | Algebra | 0m00.30s || -0m00.03s 0m00.24s | Reflection/EtaInterp | 0m00.20s || +0m00.03s 0m00.23s | Util/CaseUtil | 0m00.33s || -0m00.10s 0m00.21s | Spec/MxDH | 0m00.27s || -0m00.06s 0m00.19s | Util/LetInMonad | 0m00.28s || -0m00.09s 0m00.19s | Reflection/CommonSubexpressionElimination | 0m00.18s || +0m00.01s 0m00.18s | Reflection/InterpProofs | 0m00.19s || -0m00.01s 0m00.18s | Util/Option | 0m00.12s || +0m00.06s 0m00.17s | Reflection/BoundByCastWf | 0m00.21s || -0m00.03s 0m00.16s | Experiments/ExtrHaskellNats | 0m00.27s || -0m00.11s 0m00.14s | Reflection/RewriterWf | 0m00.18s || -0m00.03s 0m00.13s | Reflection/Conversion | 0m00.08s || +0m00.05s 0m00.13s | Reflection/Wf | 0m00.15s || -0m00.01s 0m00.12s | Reflection/Named/NameUtil | 0m00.14s || -0m00.02s 0m00.11s | Reflection/TypeInversion | 0m00.07s || +0m00.03s 0m00.10s | Util/Sigma | 0m00.13s || -0m00.03s 0m00.10s | Reflection/RewriterInterp | 0m00.10s || +0m00.00s 0m00.09s | Util/Relations | 0m00.10s || -0m00.01s 0m00.08s | Util/Prod | 0m00.13s || -0m00.05s 0m00.08s | Util/PointedProp | 0m00.13s || -0m00.05s 0m00.07s | Reflection/InlineCast | 0m00.04s || +0m00.03s 0m00.06s | Reflection/BoundByCast | 0m00.04s || +0m00.01s 0m00.06s | Util/Equality | 0m00.08s || -0m00.02s 0m00.05s | Reflection/SmartCastInterp | 0m00.04s || +0m00.01s 0m00.05s | Reflection/Inline | 0m00.06s || -0m00.00s 0m00.05s | Reflection/Syntax | 0m00.08s || -0m00.03s 0m00.05s | Reflection/FoldTypes | 0m00.04s || +0m00.01s 0m00.05s | Reflection/SmartBound | 0m00.08s || -0m00.03s 0m00.05s | Reflection/MapCast | 0m00.09s || -0m00.03s 0m00.05s | Util/Tactics | 0m00.04s || +0m00.01s 0m00.04s | Reflection/CountLets | 0m00.05s || -0m00.01s 0m00.04s | Util/HProp | 0m00.06s || -0m00.01s 0m00.04s | Util/Bool | 0m00.02s || +0m00.02s 0m00.04s | Reflection/TypeUtil | 0m00.05s || -0m00.01s 0m00.04s | Util/Tactics/BreakMatch | 0m00.04s || +0m00.00s 0m00.04s | Reflection/RenameBinders | 0m00.03s || +0m00.01s 0m00.04s | Reflection/InterpByIso | 0m00.04s || +0m00.00s 0m00.04s | Util/Sumbool | 0m00.05s || -0m00.01s 0m00.04s | Reflection/Linearize | 0m00.04s || +0m00.00s 0m00.04s | Reflection/Map | 0m00.05s || -0m00.01s 0m00.04s | Util/Tower | 0m00.04s || +0m00.00s 0m00.04s | Reflection/SmartCast | 0m00.03s || +0m00.01s 0m00.04s | Util/AutoRewrite | 0m00.04s || +0m00.00s 0m00.04s | Reflection/Eta | 0m00.05s || -0m00.01s 0m00.03s | Util/Tactics/RewriteHyp | 0m00.03s || +0m00.00s 0m00.03s | Reflection/Rewriter | 0m00.05s || -0m00.02s 0m00.03s | Util/Tactics/SplitInContext | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/DestructHead | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/ETransitivity | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/Test | 0m00.02s || +0m00.00s 0m00.03s | Util/Sigma/Lift | 0m00.04s || -0m00.01s 0m00.03s | Util/IffT | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/SetEvars | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/PrintContext | 0m00.03s || +0m00.00s 0m00.03s | Encoding/EncodingTheorems | 0m00.04s || -0m00.01s 0m00.03s | Util/Tactics/Contains | 0m00.02s || +0m00.00s 0m00.03s | Util/GlobalSettings | 0m00.02s || +0m00.00s 0m00.03s | Util/Tactics/SetoidSubst | 0m00.03s || +0m00.00s 0m00.03s | Util/Sigma/MapProjections | 0m00.02s || +0m00.00s 0m00.03s | Util/Logic | 0m00.03s || +0m00.00s 0m00.03s | Util/Tactics/DebugPrint | 0m00.04s || -0m00.01s 0m00.02s | Tactics/VerdiTactics | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/Head | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/SideConditionsBeforeToAfter | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/Forward | 0m00.03s || -0m00.00s 0m00.02s | Util/LetIn | 0m00.08s || -0m00.06s 0m00.02s | Util/Tactics/EvarExists | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/ChangeInAll | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/TransparentAssert | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/VM | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/DestructTrivial | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/Revert | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/DoWithHyp | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/MoveLetIn | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/SimplifyProjections | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/SubstEvars | 0m00.03s || -0m00.00s 0m00.02s | Util/Notations | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/GetGoal | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/Not | 0m00.04s || -0m00.02s 0m00.02s | Util/ChangeInAll | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/ConvoyDestruct | 0m00.05s || -0m00.03s 0m00.02s | Util/Curry | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/SimplifyRepeatedIfs | 0m00.03s || -0m00.00s 0m00.02s | Util/Isomorphism | 0m00.04s || -0m00.02s 0m00.02s | Util/Tactics/SpecializeBy | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/OnSubterms | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/UniquePose | 0m00.04s || -0m00.02s 0m00.02s | Util/Unit | 0m00.05s || -0m00.03s 0m00.02s | Spec/Encoding | 0m00.02s || +0m00.00s 0m00.02s | Util/FixCoqMistakes | 0m00.03s || -0m00.00s 0m00.02s | Util/Tactics/ClearDuplicates | 0m00.04s || -0m00.02s 0m00.02s | Util/Sigma/Associativity | 0m00.05s || -0m00.03s 0m00.02s | Util/Tactics/UnifyAbstractReflexivity | 0m00.02s || +0m00.00s 0m00.02s | Util/Tactics/DestructHyps | 0m00.05s || -0m00.03s 0m00.01s | Util/Tactics/SubstLet | 0m00.03s || -0m00.01s 0m00.00s | Util/Tactics/ESpecialize | 0m00.02s || -0m00.02s
* 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
* Add dec_eq_positiveGravatar Jason Gross2017-03-17
|
* Move find_if_eq to Decidable.v, use Decidable in NamedGravatar Jason Gross2017-03-14
|
* Add some interpretations things, speed up proofs in Ed25519Gravatar Jason Gross2016-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After | File Name | Before || Change ----------------------------------------------------------------------------------------------------------- 13m02.08s | Total | 15m13.67s || -2m11.59s ----------------------------------------------------------------------------------------------------------- 0m34.08s | Experiments/Ed25519 | 3m15.96s || -2m41.87s 1m27.34s | CompleteEdwardsCurve/ExtendedCoordinates | 1m18.08s || +0m09.26s 0m47.66s | ModularArithmetic/Conversion | 0m40.15s || +0m07.50s 1m37.25s | Test/Curve25519SpecTestVectors | 1m32.28s || +0m04.96s 0m38.79s | Spec/Ed25519 | 0m34.76s || +0m04.03s 0m30.44s | ModularArithmetic/ModularBaseSystemProofs | 0m30.30s || +0m00.14s 0m23.38s | Experiments/MontgomeryCurve | 0m23.03s || +0m00.34s 0m22.34s | ModularArithmetic/Pow2BaseProofs | 0m22.08s || +0m00.26s 0m22.30s | Specific/GF25519 | 0m22.27s || +0m00.03s 0m19.90s | Algebra | 0m20.14s || -0m00.24s 0m17.70s | EdDSARepChange | 0m17.18s || +0m00.51s 0m17.18s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m16.92s || +0m00.25s 0m13.88s | Util/ZUtil | 0m13.76s || +0m00.12s 0m10.20s | Testbit | 0m09.88s || +0m00.31s 0m09.78s | Specific/GF25519BoundedCommon | 0m09.79s || -0m00.00s 0m08.85s | Assembly/GF25519 | 0m08.92s || -0m00.07s 0m08.80s | ModularArithmetic/Montgomery/ZProofs | 0m08.67s || +0m00.13s 0m08.69s | BoundedArithmetic/ArchitectureToZLikeProofs | 0m08.56s || +0m00.12s 0m08.64s | Encoding/PointEncoding | 0m08.52s || +0m00.12s 0m08.43s | BoundedArithmetic/Double/Proofs/Multiply | 0m08.30s || +0m00.12s 0m08.38s | Specific/GF1305 | 0m08.44s || -0m00.05s 0m07.85s | BoundedArithmetic/Double/Proofs/ShiftRightDoubleWordImmediate | 0m07.80s || +0m00.04s 0m07.74s | Specific/GF25519Reflective/Reified/Mul | 0m07.78s || -0m00.04s 0m07.45s | Specific/GF25519Bounded | 0m07.66s || -0m00.20s 0m07.38s | Specific/GF25519Reflective | 0m07.49s || -0m00.11s 0m06.88s | Specific/GF25519Reflective/Reified/Freeze | 0m06.87s || +0m00.00s 0m06.79s | BoundedArithmetic/Double/Proofs/SpreadLeftImmediate | 0m06.78s || +0m00.00s 0m06.31s | Bedrock/Word | 0m06.10s || +0m00.20s 0m05.98s | BoundedArithmetic/Double/Proofs/RippleCarryAddSub | 0m05.40s || +0m00.58s 0m05.52s | Specific/SC25519 | 0m05.46s || +0m00.05s 0m05.40s | Util/ListUtil | 0m05.42s || -0m00.01s 0m05.38s | Experiments/GenericFieldPow | 0m05.33s || +0m00.04s 0m04.90s | ModularArithmetic/ModularBaseSystemListProofs | 0m04.80s || +0m00.10s 0m04.85s | WeierstrassCurve/Pre | 0m04.75s || +0m00.09s 0m04.65s | Reflection/Z/Interpretations | 0m04.68s || -0m00.02s 0m04.58s | Encoding/PointEncodingPre | 0m04.24s || +0m00.33s 0m04.31s | Reflection/LinearizeWf | 0m04.32s || -0m00.01s 0m03.96s | ModularArithmetic/BarrettReduction/ZHandbook | 0m03.92s || +0m00.04s 0m03.92s | BaseSystemProofs | 0m04.00s || -0m00.08s 0m03.52s | CompleteEdwardsCurve/Pre | 0m03.52s || +0m00.00s 0m03.46s | ModularArithmetic/Tutorial | 0m03.40s || +0m00.06s 0m03.46s | BoundedArithmetic/InterfaceProofs | 0m03.31s || +0m00.14s 0m03.37s | BoundedArithmetic/Double/Proofs/Decode | 0m02.84s || +0m00.53s 0m03.33s | Specific/GF25519Reflective/Reified/CarrySub | 0m03.26s || +0m00.07s 0m03.28s | ModularArithmetic/BarrettReduction/ZGeneralized | 0m03.15s || +0m00.12s 0m02.91s | Specific/GF25519Reflective/Reified/CarryOpp | 0m03.02s || -0m00.10s 0m02.88s | Specific/GF25519Reflective/Reified/CarryAdd | 0m02.88s || +0m00.00s 0m02.86s | ModularArithmetic/ZBoundedZ | 0m02.86s || +0m00.00s 0m02.68s | ModularArithmetic/ModularArithmeticTheorems | 0m02.64s || +0m00.04s 0m02.67s | Assembly/State | 0m02.70s || -0m00.03s 0m02.67s | BoundedArithmetic/Double/Proofs/ShiftLeft | 0m02.60s || +0m00.06s 0m02.62s | BoundedArithmetic/Double/Proofs/ShiftRight | 0m02.50s || +0m00.12s 0m02.38s | ModularArithmetic/BarrettReduction/ZBounded | 0m02.36s || +0m00.02s 0m02.24s | ModularArithmetic/ModularBaseSystemOpt | 0m02.20s || +0m00.04s 0m02.17s | Specific/FancyMachine256/Barrett | 0m02.14s || +0m00.02s 0m02.16s | Specific/FancyMachine256/Montgomery | 0m02.06s || +0m00.10s 0m02.05s | Reflection/WfReflective | 0m01.98s || +0m00.06s 0m02.04s | Assembly/Evaluables | 0m01.98s || +0m00.06s 0m02.04s | Specific/GF25519Reflective/Reified/Unpack | 0m02.02s || +0m00.02s 0m02.04s | Specific/GF25519Reflective/Reified/Sub | 0m02.01s || +0m00.03s 0m02.02s | Specific/GF25519Reflective/Reified/Pack | 0m02.00s || +0m00.02s 0m01.93s | Specific/FancyMachine256/Core | 0m01.81s || +0m00.11s 0m01.91s | Reflection/WfProofs | 0m01.98s || -0m00.07s 0m01.88s | ModularArithmetic/Montgomery/ZBounded | 0m01.86s || +0m00.01s 0m01.74s | Specific/GF25519Reflective/Reified/Add | 0m01.72s || +0m00.02s 0m01.72s | Reflection/InlineWf | 0m01.71s || +0m00.01s 0m01.67s | Specific/GF25519Reflective/Reified/GeModulus | 0m01.59s || +0m00.07s 0m01.66s | Specific/GF25519Reflective/Reified/Opp | 0m01.73s || -0m00.07s 0m01.63s | ModularArithmetic/BarrettReduction/Z | 0m01.47s || +0m00.15s 0m01.57s | Reflection/InlineInterp | 0m01.55s || +0m00.02s 0m01.52s | Assembly/WordizeUtil | 0m01.48s || +0m00.04s 0m01.44s | Assembly/Compile | 0m01.46s || -0m00.02s 0m01.41s | Util/NatUtil | 0m01.41s || +0m00.00s 0m01.37s | Reflection/TestCase | 0m01.42s || -0m00.04s 0m01.32s | Assembly/Bounds | 0m01.35s || -0m00.03s 0m01.26s | ModularArithmetic/PrimeFieldTheorems | 0m01.29s || -0m00.03s 0m01.25s | BaseSystem | 0m01.18s || +0m00.07s 0m01.18s | BoundedArithmetic/Double/Repeated/Proofs/Decode | 0m01.02s || +0m00.15s 0m01.16s | Assembly/Conversions | 0m01.18s || -0m00.02s 0m01.11s | ModularArithmetic/ExtendedBaseVector | 0m01.23s || -0m00.11s 0m01.07s | Assembly/LL | 0m00.92s || +0m00.15s 0m01.00s | BoundedArithmetic/Double/Proofs/LoadImmediate | 0m00.81s || +0m00.18s 0m00.99s | Util/WordUtil | 0m00.99s || +0m00.00s 0m00.97s | Assembly/HL | 0m01.01s || -0m00.04s 0m00.95s | Assembly/Pipeline | 0m00.92s || +0m00.02s 0m00.92s | Util/NumTheoryUtil | 0m00.90s || +0m00.02s 0m00.92s | BoundedArithmetic/Double/Proofs/BitwiseOr | 0m00.83s || +0m00.09s 0m00.84s | Assembly/PhoasCommon | 0m00.88s || -0m00.04s 0m00.81s | BoundedArithmetic/X86ToZLikeProofs | 0m00.87s || -0m00.05s 0m00.80s | Specific/GF25519Reflective/Reified | 0m00.81s || -0m00.01s 0m00.80s | Util/IterAssocOp | 0m00.80s || +0m00.00s 0m00.76s | Util/Tuple | 0m00.72s || +0m00.04s 0m00.75s | Assembly/QhasmEvalCommon | 0m00.78s || -0m00.03s 0m00.74s | Util/PartiallyReifiedProp | 0m00.74s || +0m00.00s 0m00.72s | ModularArithmetic/ExtPow2BaseMulProofs | 0m00.70s || +0m00.02s 0m00.70s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.72s || -0m00.02s 0m00.68s | Specific/GF25519Reflective/Common | 0m00.74s || -0m00.05s 0m00.68s | Encoding/ModularWordEncodingTheorems | 0m00.67s || +0m00.01s 0m00.66s | BoundedArithmetic/Double/Repeated/Proofs/Multiply | 0m00.61s || +0m00.05s 0m00.64s | Spec/ModularWordEncoding | 0m00.60s || +0m00.04s 0m00.63s | ModularArithmetic/ModularBaseSystem | 0m00.68s || -0m00.05s 0m00.62s | Spec/EdDSA | 0m00.64s || -0m00.02s 0m00.61s | ModularArithmetic/ModularBaseSystemList | 0m00.68s || -0m00.07s 0m00.61s | Util/AdditionChainExponentiation | 0m00.72s || -0m00.10s 0m00.60s | Encoding/ModularWordEncodingPre | 0m00.68s || -0m00.08s 0m00.58s | BoundedArithmetic/Double/Repeated/Proofs/BitwiseOr | 0m00.47s || +0m00.10s 0m00.58s | Reflection/WfReflectiveGen | 0m00.54s || +0m00.03s 0m00.57s | BoundedArithmetic/X86ToZLike | 0m00.57s || +0m00.00s 0m00.57s | Reflection/LinearizeInterp | 0m00.63s || -0m00.06s 0m00.56s | BoundedArithmetic/Interface | 0m00.58s || -0m00.01s 0m00.54s | Reflection/InterpWfRel | 0m00.57s || -0m00.02s 0m00.53s | BoundedArithmetic/Double/Repeated/Proofs/ShiftRightDoubleWordImmediate | 0m00.53s || +0m00.00s 0m00.53s | BoundedArithmetic/Double/Proofs/SelectConditional | 0m00.58s || -0m00.04s 0m00.53s | BoundedArithmetic/Double/Repeated/Proofs/RippleCarryAddSub | 0m00.54s || -0m00.01s 0m00.52s | Reflection/Z/Reify | 0m00.48s || +0m00.04s 0m00.52s | BoundedArithmetic/Double/Repeated/Proofs/SelectConditional | 0m00.48s || +0m00.04s 0m00.51s | BoundedArithmetic/Double/Repeated/Proofs/ShiftLeftRight | 0m00.52s || -0m00.01s 0m00.51s | Assembly/StringConversion | 0m00.52s || -0m00.01s 0m00.49s | BoundedArithmetic/Double/Core | 0m00.47s || +0m00.02s 0m00.49s | Util/Decidable | 0m00.48s || +0m00.01s 0m00.49s | ModularArithmetic/PseudoMersenneBaseParams | 0m00.40s || +0m00.08s 0m00.49s | Reflection/InputSyntax | 0m00.51s || -0m00.02s 0m00.49s | BoundedArithmetic/Double/Repeated/Core | 0m00.48s || +0m00.01s 0m00.48s | Reflection/Syntax | 0m00.43s || +0m00.04s 0m00.48s | Assembly/Qhasm | 0m00.52s || -0m00.04s 0m00.48s | Reflection/Z/Syntax | 0m00.47s || +0m00.01s 0m00.47s | ModularArithmetic/Pow2Base | 0m00.48s || -0m00.01s 0m00.47s | BoundedArithmetic/Double/Proofs/ShiftLeftRightTactic | 0m00.44s || +0m00.02s 0m00.47s | ModularArithmetic/Pre | 0m00.54s || -0m00.07s 0m00.47s | BoundedArithmetic/ArchitectureToZLike | 0m00.45s || +0m00.01s 0m00.47s | Spec/MxDH | 0m00.41s || +0m00.06s 0m00.46s | Reflection/InterpWf | 0m00.45s || +0m00.01s 0m00.46s | ModularArithmetic/ZBounded | 0m00.47s || -0m00.00s 0m00.46s | BoundedArithmetic/Double/Repeated/Proofs/LoadImmediate | 0m00.50s || -0m00.03s 0m00.46s | Reflection/CommonSubexpressionElimination | 0m00.50s || -0m00.03s 0m00.43s | Reflection/Named/DeadCodeElimination | 0m00.45s || -0m00.02s 0m00.43s | Reflection/InterpProofs | 0m00.52s || -0m00.09s 0m00.42s | Spec/WeierstrassCurve | 0m00.46s || -0m00.04s 0m00.42s | BoundedArithmetic/StripCF | 0m00.42s || +0m00.00s 0m00.42s | Reflection/Named/Syntax | 0m00.41s || +0m00.01s 0m00.41s | Reflection/FilterLive | 0m00.36s || +0m00.04s 0m00.41s | Reflection/Conversion | 0m00.43s || -0m00.02s 0m00.40s | Reflection/MapInterp | 0m00.42s || -0m00.01s 0m00.40s | BoundedArithmetic/Eta | 0m00.46s || -0m00.06s 0m00.39s | Reflection/MapInterpWf | 0m00.39s || +0m00.00s 0m00.39s | Reflection/Inline | 0m00.40s || -0m00.01s 0m00.38s | Reflection/Named/EstablishLiveness | 0m00.39s || -0m00.01s 0m00.38s | Tactics/Algebra_syntax/Nsatz | 0m00.37s || +0m00.01s 0m00.38s | Reflection/Named/RegisterAssign | 0m00.44s || -0m00.06s 0m00.37s | Reflection/Reify | 0m00.37s || +0m00.00s 0m00.37s | Reflection/WfRel | 0m00.38s || -0m00.01s 0m00.36s | Spec/CompleteEdwardsCurve | 0m00.38s || -0m00.02s 0m00.36s | Assembly/QhasmUtil | 0m00.55s || -0m00.19s 0m00.36s | ModularArithmetic/Montgomery/Z | 0m00.48s || -0m00.12s 0m00.35s | Reflection/Named/Compile | 0m00.35s || +0m00.00s 0m00.35s | Reflection/Linearize | 0m00.37s || -0m00.02s 0m00.35s | Spec/ModularArithmetic | 0m00.35s || +0m00.00s 0m00.34s | Reflection/CountLets | 0m00.33s || +0m00.01s 0m00.34s | Reflection/Named/NameUtil | 0m00.36s || -0m00.01s 0m00.32s | Util/Sum | 0m00.22s || +0m00.10s 0m00.32s | Reflection/Named/ContextOn | 0m00.35s || -0m00.02s 0m00.31s | Assembly/QhasmCommon | 0m00.31s || +0m00.00s 0m00.27s | Bedrock/Nomega | 0m00.26s || +0m00.01s 0m00.26s | ModularArithmetic/ModularBaseSystemListZOperations | 0m00.26s || +0m00.00s 0m00.19s | Util/CaseUtil | 0m00.24s || -0m00.04s 0m00.18s | Experiments/ExtrHaskellNats | 0m00.18s || +0m00.00s 0m00.14s | Util/PointedProp | 0m00.10s || +0m00.04s 0m00.10s | Util/Sigma | 0m00.08s || +0m00.02s 0m00.09s | Util/Option | 0m00.12s || -0m00.03s 0m00.09s | Util/Relations | 0m00.12s || -0m00.03s 0m00.07s | Util/Equality | 0m00.04s || +0m00.03s 0m00.06s | Util/Tactics | 0m00.05s || +0m00.00s 0m00.05s | Util/Prod | 0m00.06s || -0m00.00s 0m00.05s | Util/HProp | 0m00.03s || +0m00.02s 0m00.05s | Util/LetIn | 0m00.04s || +0m00.01s 0m00.04s | Util/Notations | 0m00.03s || +0m00.01s 0m00.03s | Tactics/VerdiTactics | 0m00.03s || +0m00.00s 0m00.03s | Encoding/EncodingTheorems | 0m00.03s || +0m00.00s 0m00.03s | Util/Unit | 0m00.04s || -0m00.01s 0m00.03s | Util/AutoRewrite | 0m00.02s || +0m00.00s 0m00.03s | Util/FixCoqMistakes | 0m00.02s || +0m00.00s 0m00.02s | Util/Isomorphism | 0m00.02s || +0m00.00s 0m00.02s | Util/GlobalSettings | 0m00.03s || -0m00.00s 0m00.02s | Spec/Encoding | 0m00.02s || +0m00.00s 0m00.02s | Util/Logic | 0m00.03s || -0m00.00s 0m00.02s | Util/Bool | 0m00.02s || +0m00.00s
* Decidable: add [Z] and [nat] inequalitiesGravatar Andres Erbsen2016-10-10
|
* Add dec eq for option, listGravatar Jason Gross2016-09-18
|
* Add a lemma about semidecidable things to DecidableGravatar Jason Gross2016-09-05
|
* address code review commentsGravatar Andres Erbsen2016-08-04
|
* prove eqsig_eq using hprop in Decidable.vGravatar Andres Erbsen2016-08-04
|
* Refactor ModularArithmetic into Zmod, expand DecidableGravatar Andres Erbsen2016-08-04
| | | | | | | | | | | | ModularArithmetic now uses Algebra lemmas in various places instead of custom manual proofs. Similarly, Util.Decidable is used to state and prove the relevant decidability results. Backwards-incompatible changes: F_some_lemma -> Zmod.some_lemma Arguments ZToField _%Z _%Z : clear implicits. inv_spec says inv x * x = 1, not x * inv x = 1
* Add a commentGravatar Jason Gross2016-08-01
|
* Better transparency of dec_eq_sig_hpropGravatar Jason Gross2016-08-01
|
* Add instances to decide equality of sigma typesGravatar Jason Gross2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After | File Name | Before || Change ------------------------------------------------------------------------------------ 2m49.20s | Total | 3m11.76s || -0m22.56s ------------------------------------------------------------------------------------ 0m35.37s | CompleteEdwardsCurve/ExtendedCoordinates | 0m47.05s || -0m11.67s 0m36.07s | Specific/GF25519 | 0m47.02s || -0m10.95s 0m03.24s | ModularArithmetic/ModularBaseSystemOpt | 0m05.04s || -0m01.79s 0m01.85s | Util/Tuple | 0m00.73s || +0m01.12s 0m01.75s | Util/Decidable | 0m00.63s || +0m01.12s 0m16.52s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m16.72s || -0m00.19s 0m16.26s | ModularArithmetic/ModularBaseSystemProofs | 0m16.72s || -0m00.45s 0m11.45s | Experiments/SpecEd25519 | 0m12.30s || -0m00.85s 0m07.37s | Specific/GF1305 | 0m07.57s || -0m00.20s 0m05.85s | Algebra | 0m05.78s || +0m00.06s 0m05.27s | WeierstrassCurve/Pre | 0m04.94s || +0m00.32s 0m03.94s | ModularArithmetic/Tutorial | 0m03.90s || +0m00.04s 0m03.50s | CompleteEdwardsCurve/Pre | 0m03.38s || +0m00.12s 0m01.99s | Experiments/EdDSARefinement | 0m02.07s || -0m00.07s 0m01.67s | ModularArithmetic/PrimeFieldTheorems | 0m01.64s || +0m00.03s 0m01.63s | ModularArithmetic/ModularArithmeticTheorems | 0m01.56s || +0m00.06s 0m01.59s | Encoding/PointEncodingPre | 0m02.01s || -0m00.41s 0m01.38s | ModularArithmetic/ExtendedBaseVector | 0m01.17s || +0m00.20s 0m01.05s | Util/IterAssocOp | 0m00.69s || +0m00.36s 0m00.96s | ModularArithmetic/ModularBaseSystemListProofs | 0m00.88s || +0m00.07s 0m00.95s | ModularArithmetic/ExtPow2BaseMulProofs | 0m00.71s || +0m00.24s 0m00.93s | Encoding/ModularWordEncodingPre | 0m00.62s || +0m00.31s 0m00.91s | ModularArithmetic/ModularBaseSystemField | 0m00.97s || -0m00.05s 0m00.89s | Experiments/DerivationsOptionRectLetInEncoding | 0m00.97s || -0m00.07s 0m00.72s | ModularArithmetic/ModularBaseSystemList | 0m00.64s || +0m00.07s 0m00.72s | Spec/ModularWordEncoding | 0m00.61s || +0m00.10s 0m00.72s | Spec/EdDSA | 0m00.69s || +0m00.03s 0m00.72s | Encoding/ModularWordEncodingTheorems | 0m00.99s || -0m00.27s 0m00.71s | Spec/WeierstrassCurve | 0m00.44s || +0m00.26s 0m00.71s | Experiments/SpecificCurve25519 | 0m00.70s || +0m00.01s 0m00.66s | Util/AdditionChainExponentiation | 0m00.62s || +0m00.04s 0m00.63s | ModularArithmetic/ModularBaseSystem | 0m00.63s || +0m00.00s 0m00.61s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.86s || -0m00.25s 0m00.42s | Spec/CompleteEdwardsCurve | 0m00.41s || +0m00.01s 0m00.20s | Util/Sum | 0m00.11s || +0m00.09s
* Add decidable instances for sumwise and fieldwiseGravatar Jason Gross2016-06-27
|
* Use Decidable machinery for is_eq_decGravatar Jason Gross2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to rely entirely on typeclass resolution to resolve these instances, without having to do ad-hoc things for [and]. After | File Name | Before || Change ------------------------------------------------------------------------------------ 2m21.71s | Total | 2m22.59s || -0m00.87s ------------------------------------------------------------------------------------ 0m28.82s | Specific/GF25519 | 0m29.86s || -0m01.03s 0m29.60s | ModularArithmetic/ModularBaseSystemProofs | 0m29.40s || +0m00.20s 0m21.25s | Experiments/SpecEd25519 | 0m21.28s || -0m00.03s 0m18.15s | CompleteEdwardsCurve/ExtendedCoordinates | 0m18.14s || +0m00.00s 0m11.95s | CompleteEdwardsCurve/CompleteEdwardsCurveTheorems | 0m11.94s || +0m00.00s 0m07.26s | Specific/GF1305 | 0m07.28s || -0m00.02s 0m03.77s | ModularArithmetic/Tutorial | 0m03.75s || +0m00.02s 0m03.76s | ModularArithmetic/ModularBaseSystemOpt | 0m03.75s || +0m00.00s 0m03.61s | CompleteEdwardsCurve/Pre | 0m03.63s || -0m00.02s 0m02.15s | ModularArithmetic/ModularArithmeticTheorems | 0m02.12s || +0m00.02s 0m01.88s | ModularArithmetic/PrimeFieldTheorems | 0m01.89s || -0m00.01s 0m01.75s | Algebra | 0m01.73s || +0m00.02s 0m01.21s | Experiments/DerivationsOptionRectLetInEncoding | 0m01.17s || +0m00.04s 0m01.14s | ModularArithmetic/ExtendedBaseVector | 0m01.14s || +0m00.00s 0m01.01s | ModularArithmetic/PseudoMersenneBaseParamProofs | 0m00.98s || +0m00.03s 0m00.62s | Encoding/ModularWordEncodingTheorems | 0m00.63s || -0m00.01s 0m00.60s | Encoding/ModularWordEncodingPre | 0m00.61s || -0m00.01s 0m00.59s | Util/Decidable | 0m00.64s || -0m00.05s 0m00.58s | Spec/EdDSA | 0m00.61s || -0m00.03s 0m00.57s | ModularArithmetic/ModularBaseSystem | 0m00.61s || -0m00.04s 0m00.56s | Spec/ModularWordEncoding | 0m00.56s || +0m00.00s 0m00.51s | ModularArithmetic/PseudoMersenneBaseRep | 0m00.53s || -0m00.02s 0m00.37s | Spec/CompleteEdwardsCurve | 0m00.34s || +0m00.02s
* Fix for broken abstractGravatar Jason Gross2016-06-22
| | | | It breaks when used in [Instance ... := _.]
* Add decidability util fileGravatar Jason Gross2016-06-22
This will be useful for the Weierstrass curves, which require case-splitting on field equality.