aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD128/Synthesis.v
blob: 3871666e11a06641c49362e00dd7568cc23111b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
Require Import Crypto.Specific.Framework.SynthesisFramework.
Require Import Crypto.Specific.NISTP256.AMD128.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.