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