aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas32_2e382m105_16limbs/Synthesis.v
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2019-01-08 04:21:38 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2019-01-09 22:49:02 -0500
commit3ca227f1137e6a3b65bc33f5689e1c230d591595 (patch)
treee1e5a2dd2a2f34f239d3276227ddbdc69eeeb667 /src/Specific/solinas32_2e382m105_16limbs/Synthesis.v
parent3ec21c64b3682465ca8e159a187689b207c71de4 (diff)
remove old pipeline
Diffstat (limited to 'src/Specific/solinas32_2e382m105_16limbs/Synthesis.v')
-rw-r--r--src/Specific/solinas32_2e382m105_16limbs/Synthesis.v9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Specific/solinas32_2e382m105_16limbs/Synthesis.v b/src/Specific/solinas32_2e382m105_16limbs/Synthesis.v
deleted file mode 100644
index 35a6503a7..000000000
--- a/src/Specific/solinas32_2e382m105_16limbs/Synthesis.v
+++ /dev/null
@@ -1,9 +0,0 @@
-Require Import Crypto.Specific.Framework.SynthesisFramework.
-Require Import Crypto.Specific.solinas32_2e382m105_16limbs.CurveParameters.
-
-Module P <: PrePackage.
- Definition package : Tag.Context.
- Proof. make_Synthesis_package curve extra_prove_mul_eq extra_prove_square_eq. Defined.
-End P.
-
-Module Export S := PackageSynthesis P.