From 795d24349b9aca1d9732c7b7fcaa505f24fa4bc6 Mon Sep 17 00:00:00 2001 From: jadep Date: Fri, 10 Nov 2017 13:19:57 -0500 Subject: new autogenerated files --- src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v (limited to 'src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v') diff --git a/src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v b/src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v new file mode 100644 index 000000000..7a6ee32c8 --- /dev/null +++ b/src/Specific/montgomery32_2e256m88x2e240m1_8limbs/feadd.v @@ -0,0 +1,14 @@ +Require Import Crypto.Arithmetic.PrimeFieldTheorems. +Require Import Crypto.Specific.montgomery32_2e256m88x2e240m1_8limbs.Synthesis. + +(* TODO : change this to field once field isomorphism happens *) +Definition add : + { add : feBW_small -> feBW_small -> feBW_small + | forall a b, phiM_small (add a b) = F.add (phiM_small a) (phiM_small b) }. +Proof. + Set Ltac Profiling. + Time synthesize_add (). + Show Ltac Profile. +Time Defined. + +Print Assumptions add. -- cgit v1.2.3