Require Import Crypto.Specific.Framework.SynthesisFramework. Require Import Crypto.Specific.montgomery32_2e256m2e224p2e192p2e96m1_8limbs.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.