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