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