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/montgomery32_2e226m5_8limbs/fesub.v | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Specific/montgomery32_2e226m5_8limbs/fesub.v (limited to 'src/Specific/montgomery32_2e226m5_8limbs/fesub.v') diff --git a/src/Specific/montgomery32_2e226m5_8limbs/fesub.v b/src/Specific/montgomery32_2e226m5_8limbs/fesub.v deleted file mode 100644 index dbc778d98..000000000 --- a/src/Specific/montgomery32_2e226m5_8limbs/fesub.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.montgomery32_2e226m5_8limbs.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition sub : - { sub : feBW_small -> feBW_small -> feBW_small - | forall a b, phiM_small (sub a b) = F.sub (phiM_small a) (phiM_small b) }. -Proof. - Set Ltac Profiling. - Time synthesize_sub (). - Show Ltac Profile. -Time Defined. - -Print Assumptions sub. -- cgit v1.2.3