From 3ca227f1137e6a3b65bc33f5689e1c230d591595 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Tue, 8 Jan 2019 04:21:38 -0500 Subject: remove old pipeline --- src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v (limited to 'src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v') diff --git a/src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v b/src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v deleted file mode 100644 index ff6d282d2..000000000 --- a/src/Specific/montgomery64_2e322m2e161m1_6limbs/feadd.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.montgomery64_2e322m2e161m1_6limbs.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