aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/X2555/C128/Synthesis.v
blob: 1fa3b4a6ce9baad735d7cbf174f878fba3422874 (plain)
1
2
3
4
5
6
7
8
9
10
11
Require Import Crypto.Specific.Framework.SynthesisFramework.
Require Import Crypto.Specific.X2555.C128.CurveParameters.

Module Import T := MakeSynthesisTactics Curve.

Module P <: PrePackage.
  Definition package : Tag.Context.
  Proof. make_Synthesis_package (). Defined.
End P.

Module Export S := PackageSynthesis Curve P.