aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas64_2e174m17_3limbs/Synthesis.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/solinas64_2e174m17_3limbs/Synthesis.v')
-rw-r--r--src/Specific/solinas64_2e174m17_3limbs/Synthesis.v9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Specific/solinas64_2e174m17_3limbs/Synthesis.v b/src/Specific/solinas64_2e174m17_3limbs/Synthesis.v
deleted file mode 100644
index 1a3d31b10..000000000
--- a/src/Specific/solinas64_2e174m17_3limbs/Synthesis.v
+++ /dev/null
@@ -1,9 +0,0 @@
-Require Import Crypto.Specific.Framework.SynthesisFramework.
-Require Import Crypto.Specific.solinas64_2e174m17_3limbs.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.