aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e416m2e208m1_13limbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/montgomery32_2e416m2e208m1_13limbs')
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/CurveParameters.v39
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/Synthesis.v9
-rwxr-xr-xsrc/Specific/montgomery32_2e416m2e208m1_13limbs/compiler.sh4
-rwxr-xr-xsrc/Specific/montgomery32_2e416m2e208m1_13limbs/compilerxx.sh4
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.c82
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.v14
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.log47
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.v4
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/femul.v14
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/femulDisplay.v4
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.c29
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.v16
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.log19
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.v4
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feopp.v14
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/feoppDisplay.v4
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fesquare.c5
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fesub.v14
-rw-r--r--src/Specific/montgomery32_2e416m2e208m1_13limbs/fesubDisplay.v4
-rwxr-xr-xsrc/Specific/montgomery32_2e416m2e208m1_13limbs/py_interpreter.sh4
20 files changed, 0 insertions, 334 deletions
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/CurveParameters.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/CurveParameters.v
deleted file mode 100644
index 199f2b1c8..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/CurveParameters.v
+++ /dev/null
@@ -1,39 +0,0 @@
-Require Import Crypto.Specific.Framework.RawCurveParameters.
-Require Import Crypto.Util.LetIn.
-
-(***
-Modulus : 2^416 - 2^208 - 1
-Base: 32
-***)
-
-Definition curve : CurveParameters :=
- {|
- sz := 13%nat;
- base := 32;
- bitwidth := 32;
- s := 2^416;
- c := [(1, 1); (2^208, 1)];
- carry_chains := None;
-
- a24 := None;
- coef_div_modulus := None;
-
- goldilocks := None;
- karatsuba := None;
- montgomery := true;
- freeze := Some false;
- ladderstep := false;
-
- mul_code := None;
-
- square_code := None;
-
- upper_bound_of_exponent_loose := None;
- upper_bound_of_exponent_tight := None;
- allowable_bit_widths := None;
- freeze_extra_allowable_bit_widths := None;
- modinv_fuel := None
- |}.
-
-Ltac extra_prove_mul_eq _ := idtac.
-Ltac extra_prove_square_eq _ := idtac.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/Synthesis.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/Synthesis.v
deleted file mode 100644
index 32d191a87..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/Synthesis.v
+++ /dev/null
@@ -1,9 +0,0 @@
-Require Import Crypto.Specific.Framework.SynthesisFramework.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.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.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/compiler.sh b/src/Specific/montgomery32_2e416m2e208m1_13limbs/compiler.sh
deleted file mode 100755
index 3e8ec4324..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/compiler.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -eu
-
-clang -fbracket-depth=999999 -march=native -mbmi2 -mtune=native -std=gnu11 -O3 -flto -fuse-ld=lld -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dbitwidth='32' -Dlimb_weight_gaps_array='{32,32,32,32,32,32,32,32,32,32,32,32,32}' -Dmodulus_array='{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff}' -Dmodulus_bytes_val='52' -Dmodulus_limbs='13' -Dq_mpz='(1_mpz<<416) - (1_mpz<<208) - 1' "$@"
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/compilerxx.sh b/src/Specific/montgomery32_2e416m2e208m1_13limbs/compilerxx.sh
deleted file mode 100755
index 0491071d3..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/compilerxx.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -eu
-
-clang++ -fbracket-depth=999999 -march=native -mbmi2 -mtune=native -std=gnu++11 -O3 -flto -fuse-ld=lld -fomit-frame-pointer -fwrapv -Wno-attributes -fno-strict-aliasing -Da24_hex='0x3039' -Da24_val='12345' -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dbitwidth='32' -Dlimb_weight_gaps_array='{32,32,32,32,32,32,32,32,32,32,32,32,32}' -Dmodulus_array='{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff}' -Dmodulus_bytes_val='52' -Dmodulus_limbs='13' -Dq_mpz='(1_mpz<<416) - (1_mpz<<208) - 1' "$@"
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.c b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.c
deleted file mode 100644
index 400048e0d..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.c
+++ /dev/null
@@ -1,82 +0,0 @@
-static void feadd(uint32_t out[13], const uint32_t in1[13], const uint32_t in2[13]) {
- { const uint32_t x26 = in1[12];
- { const uint32_t x27 = in1[11];
- { const uint32_t x25 = in1[10];
- { const uint32_t x23 = in1[9];
- { const uint32_t x21 = in1[8];
- { const uint32_t x19 = in1[7];
- { const uint32_t x17 = in1[6];
- { const uint32_t x15 = in1[5];
- { const uint32_t x13 = in1[4];
- { const uint32_t x11 = in1[3];
- { const uint32_t x9 = in1[2];
- { const uint32_t x7 = in1[1];
- { const uint32_t x5 = in1[0];
- { const uint32_t x50 = in2[12];
- { const uint32_t x51 = in2[11];
- { const uint32_t x49 = in2[10];
- { const uint32_t x47 = in2[9];
- { const uint32_t x45 = in2[8];
- { const uint32_t x43 = in2[7];
- { const uint32_t x41 = in2[6];
- { const uint32_t x39 = in2[5];
- { const uint32_t x37 = in2[4];
- { const uint32_t x35 = in2[3];
- { const uint32_t x33 = in2[2];
- { const uint32_t x31 = in2[1];
- { const uint32_t x29 = in2[0];
- { uint32_t x53; uint8_t x54 = _addcarryx_u32(0x0, x5, x29, &x53);
- { uint32_t x56; uint8_t x57 = _addcarryx_u32(x54, x7, x31, &x56);
- { uint32_t x59; uint8_t x60 = _addcarryx_u32(x57, x9, x33, &x59);
- { uint32_t x62; uint8_t x63 = _addcarryx_u32(x60, x11, x35, &x62);
- { uint32_t x65; uint8_t x66 = _addcarryx_u32(x63, x13, x37, &x65);
- { uint32_t x68; uint8_t x69 = _addcarryx_u32(x66, x15, x39, &x68);
- { uint32_t x71; uint8_t x72 = _addcarryx_u32(x69, x17, x41, &x71);
- { uint32_t x74; uint8_t x75 = _addcarryx_u32(x72, x19, x43, &x74);
- { uint32_t x77; uint8_t x78 = _addcarryx_u32(x75, x21, x45, &x77);
- { uint32_t x80; uint8_t x81 = _addcarryx_u32(x78, x23, x47, &x80);
- { uint32_t x83; uint8_t x84 = _addcarryx_u32(x81, x25, x49, &x83);
- { uint32_t x86; uint8_t x87 = _addcarryx_u32(x84, x27, x51, &x86);
- { uint32_t x89; uint8_t x90 = _addcarryx_u32(x87, x26, x50, &x89);
- { uint32_t x92; uint8_t x93 = _subborrow_u32(0x0, x53, 0xffffffff, &x92);
- { uint32_t x95; uint8_t x96 = _subborrow_u32(x93, x56, 0xffffffff, &x95);
- { uint32_t x98; uint8_t x99 = _subborrow_u32(x96, x59, 0xffffffff, &x98);
- { uint32_t x101; uint8_t x102 = _subborrow_u32(x99, x62, 0xffffffff, &x101);
- { uint32_t x104; uint8_t x105 = _subborrow_u32(x102, x65, 0xffffffff, &x104);
- { uint32_t x107; uint8_t x108 = _subborrow_u32(x105, x68, 0xffffffff, &x107);
- { uint32_t x110; uint8_t x111 = _subborrow_u32(x108, x71, 0xfffeffff, &x110);
- { uint32_t x113; uint8_t x114 = _subborrow_u32(x111, x74, 0xffffffff, &x113);
- { uint32_t x116; uint8_t x117 = _subborrow_u32(x114, x77, 0xffffffff, &x116);
- { uint32_t x119; uint8_t x120 = _subborrow_u32(x117, x80, 0xffffffff, &x119);
- { uint32_t x122; uint8_t x123 = _subborrow_u32(x120, x83, 0xffffffff, &x122);
- { uint32_t x125; uint8_t x126 = _subborrow_u32(x123, x86, 0xffffffff, &x125);
- { uint32_t x128; uint8_t x129 = _subborrow_u32(x126, x89, 0xffffffff, &x128);
- { uint32_t _; uint8_t x132 = _subborrow_u32(x129, x90, 0x0, &_);
- { uint32_t x133 = cmovznz32(x132, x128, x89);
- { uint32_t x134 = cmovznz32(x132, x125, x86);
- { uint32_t x135 = cmovznz32(x132, x122, x83);
- { uint32_t x136 = cmovznz32(x132, x119, x80);
- { uint32_t x137 = cmovznz32(x132, x116, x77);
- { uint32_t x138 = cmovznz32(x132, x113, x74);
- { uint32_t x139 = cmovznz32(x132, x110, x71);
- { uint32_t x140 = cmovznz32(x132, x107, x68);
- { uint32_t x141 = cmovznz32(x132, x104, x65);
- { uint32_t x142 = cmovznz32(x132, x101, x62);
- { uint32_t x143 = cmovznz32(x132, x98, x59);
- { uint32_t x144 = cmovznz32(x132, x95, x56);
- { uint32_t x145 = cmovznz32(x132, x92, x53);
- out[0] = x145;
- out[1] = x144;
- out[2] = x143;
- out[3] = x142;
- out[4] = x141;
- out[5] = x140;
- out[6] = x139;
- out[7] = x138;
- out[8] = x137;
- out[9] = x136;
- out[10] = x135;
- out[11] = x134;
- out[12] = x133;
- }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
-}
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.v
deleted file mode 100644
index 6caf323a4..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feadd.v
+++ /dev/null
@@ -1,14 +0,0 @@
-Require Import Crypto.Arithmetic.PrimeFieldTheorems.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.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.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.log b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.log
deleted file mode 100644
index de529b044..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.log
+++ /dev/null
@@ -1,47 +0,0 @@
-λ x x0 : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32,
-Interp-η
-(λ var : Syntax.base_type → Type,
- λ '(x26, x27, x25, x23, x21, x19, x17, x15, x13, x11, x9, x7, x5, (x50, x51, x49, x47, x45, x43, x41, x39, x37, x35, x33, x31, x29))%core,
- uint32_t x53, uint8_t x54 = addcarryx_u32(0x0, x5, x29);
- uint32_t x56, uint8_t x57 = addcarryx_u32(x54, x7, x31);
- uint32_t x59, uint8_t x60 = addcarryx_u32(x57, x9, x33);
- uint32_t x62, uint8_t x63 = addcarryx_u32(x60, x11, x35);
- uint32_t x65, uint8_t x66 = addcarryx_u32(x63, x13, x37);
- uint32_t x68, uint8_t x69 = addcarryx_u32(x66, x15, x39);
- uint32_t x71, uint8_t x72 = addcarryx_u32(x69, x17, x41);
- uint32_t x74, uint8_t x75 = addcarryx_u32(x72, x19, x43);
- uint32_t x77, uint8_t x78 = addcarryx_u32(x75, x21, x45);
- uint32_t x80, uint8_t x81 = addcarryx_u32(x78, x23, x47);
- uint32_t x83, uint8_t x84 = addcarryx_u32(x81, x25, x49);
- uint32_t x86, uint8_t x87 = addcarryx_u32(x84, x27, x51);
- uint32_t x89, uint8_t x90 = addcarryx_u32(x87, x26, x50);
- uint32_t x92, uint8_t x93 = subborrow_u32(0x0, x53, 0xffffffff);
- uint32_t x95, uint8_t x96 = subborrow_u32(x93, x56, 0xffffffff);
- uint32_t x98, uint8_t x99 = subborrow_u32(x96, x59, 0xffffffff);
- uint32_t x101, uint8_t x102 = subborrow_u32(x99, x62, 0xffffffff);
- uint32_t x104, uint8_t x105 = subborrow_u32(x102, x65, 0xffffffff);
- uint32_t x107, uint8_t x108 = subborrow_u32(x105, x68, 0xffffffff);
- uint32_t x110, uint8_t x111 = subborrow_u32(x108, x71, 0xfffeffff);
- uint32_t x113, uint8_t x114 = subborrow_u32(x111, x74, 0xffffffff);
- uint32_t x116, uint8_t x117 = subborrow_u32(x114, x77, 0xffffffff);
- uint32_t x119, uint8_t x120 = subborrow_u32(x117, x80, 0xffffffff);
- uint32_t x122, uint8_t x123 = subborrow_u32(x120, x83, 0xffffffff);
- uint32_t x125, uint8_t x126 = subborrow_u32(x123, x86, 0xffffffff);
- uint32_t x128, uint8_t x129 = subborrow_u32(x126, x89, 0xffffffff);
- uint32_t _, uint8_t x132 = subborrow_u32(x129, x90, 0x0);
- uint32_t x133 = cmovznz32(x132, x128, x89);
- uint32_t x134 = cmovznz32(x132, x125, x86);
- uint32_t x135 = cmovznz32(x132, x122, x83);
- uint32_t x136 = cmovznz32(x132, x119, x80);
- uint32_t x137 = cmovznz32(x132, x116, x77);
- uint32_t x138 = cmovznz32(x132, x113, x74);
- uint32_t x139 = cmovznz32(x132, x110, x71);
- uint32_t x140 = cmovznz32(x132, x107, x68);
- uint32_t x141 = cmovznz32(x132, x104, x65);
- uint32_t x142 = cmovznz32(x132, x101, x62);
- uint32_t x143 = cmovznz32(x132, x98, x59);
- uint32_t x144 = cmovznz32(x132, x95, x56);
- uint32_t x145 = cmovznz32(x132, x92, x53);
- return (x133, x134, x135, x136, x137, x138, x139, x140, x141, x142, x143, x144, x145))
-(x, x0)%core
- : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 → word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 → ReturnType (uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t)
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.v
deleted file mode 100644
index 00ad389f7..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feaddDisplay.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.feadd.
-Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon.
-
-Check display add.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/femul.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/femul.v
deleted file mode 100644
index 9bbf3530e..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/femul.v
+++ /dev/null
@@ -1,14 +0,0 @@
-Require Import Crypto.Arithmetic.PrimeFieldTheorems.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.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.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/femulDisplay.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/femulDisplay.v
deleted file mode 100644
index 442fcec84..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/femulDisplay.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.femul.
-Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon.
-
-Check display mul.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.c b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.c
deleted file mode 100644
index c34513bef..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.c
+++ /dev/null
@@ -1,29 +0,0 @@
-static void fenz(ReturnType uint32_t out[1], const uint32_t in1[13]) {
- { const uint32_t x23 = in1[12];
- { const uint32_t x24 = in1[11];
- { const uint32_t x22 = in1[10];
- { const uint32_t x20 = in1[9];
- { const uint32_t x18 = in1[8];
- { const uint32_t x16 = in1[7];
- { const uint32_t x14 = in1[6];
- { const uint32_t x12 = in1[5];
- { const uint32_t x10 = in1[4];
- { const uint32_t x8 = in1[3];
- { const uint32_t x6 = in1[2];
- { const uint32_t x4 = in1[1];
- { const uint32_t x2 = in1[0];
- { uint32_t x25 = (x24 | x23);
- { uint32_t x26 = (x22 | x25);
- { uint32_t x27 = (x20 | x26);
- { uint32_t x28 = (x18 | x27);
- { uint32_t x29 = (x16 | x28);
- { uint32_t x30 = (x14 | x29);
- { uint32_t x31 = (x12 | x30);
- { uint32_t x32 = (x10 | x31);
- { uint32_t x33 = (x8 | x32);
- { uint32_t x34 = (x6 | x33);
- { uint32_t x35 = (x4 | x34);
- { uint32_t x36 = (x2 | x35);
- out[0] = x36;
- }}}}}}}}}}}}}}}}}}}}}}}}}
-}
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.v
deleted file mode 100644
index 2f2efea07..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenz.v
+++ /dev/null
@@ -1,16 +0,0 @@
-Require Import Coq.ZArith.ZArith.
-Require Import Crypto.Arithmetic.PrimeFieldTheorems.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.Synthesis.
-Local Open Scope Z_scope.
-
-(* TODO : change this to field once field isomorphism happens *)
-Definition nonzero :
- { nonzero : feBW_small -> BoundedWord.BoundedWord 1 adjusted_bitwidth bound1
- | forall a, (BoundedWord.BoundedWordToZ _ _ _ (nonzero a) =? 0) = (if Decidable.dec (phiM_small a = F.of_Z m 0) then true else false) }.
-Proof.
- Set Ltac Profiling.
- Time synthesize_nonzero ().
- Show Ltac Profile.
-Time Defined.
-
-Print Assumptions nonzero.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.log b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.log
deleted file mode 100644
index be61ce3d7..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.log
+++ /dev/null
@@ -1,19 +0,0 @@
-λ x : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32,
-Interp-η
-(λ var : Syntax.base_type → Type,
- λ '(x23, x24, x22, x20, x18, x16, x14, x12, x10, x8, x6, x4, x2)%core,
- uint32_t x25 = (x24 | x23);
- uint32_t x26 = (x22 | x25);
- uint32_t x27 = (x20 | x26);
- uint32_t x28 = (x18 | x27);
- uint32_t x29 = (x16 | x28);
- uint32_t x30 = (x14 | x29);
- uint32_t x31 = (x12 | x30);
- uint32_t x32 = (x10 | x31);
- uint32_t x33 = (x8 | x32);
- uint32_t x34 = (x6 | x33);
- uint32_t x35 = (x4 | x34);
- uint32_t x36 = (x2 | x35);
- return x36)
-x
- : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 → ReturnType uint32_t
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.v
deleted file mode 100644
index 771394499..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fenzDisplay.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.fenz.
-Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon.
-
-Check display nonzero.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feopp.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feopp.v
deleted file mode 100644
index 4b0b1d12d..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feopp.v
+++ /dev/null
@@ -1,14 +0,0 @@
-Require Import Crypto.Arithmetic.PrimeFieldTheorems.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.Synthesis.
-
-(* TODO : change this to field once field isomorphism happens *)
-Definition opp :
- { opp : feBW_small -> feBW_small
- | forall a, phiM_small (opp a) = F.opp (phiM_small a) }.
-Proof.
- Set Ltac Profiling.
- Time synthesize_opp ().
- Show Ltac Profile.
-Time Defined.
-
-Print Assumptions opp.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feoppDisplay.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/feoppDisplay.v
deleted file mode 100644
index aeda3cb17..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/feoppDisplay.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.feopp.
-Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon.
-
-Check display opp.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesquare.c b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesquare.c
deleted file mode 100644
index e3345edfe..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesquare.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* WARNING: This file was copied from Specific/CurveParameters/montgomery32/fesquare.c.
- If you edit it here, changes will be erased the next time remake_curves.sh is run. */
-static void fesquare(uint32_t *out, const uint32_t *in) {
- femul(out, in, in);
-}
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesub.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesub.v
deleted file mode 100644
index 6e7e7768d..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesub.v
+++ /dev/null
@@ -1,14 +0,0 @@
-Require Import Crypto.Arithmetic.PrimeFieldTheorems.
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.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.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesubDisplay.v b/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesubDisplay.v
deleted file mode 100644
index 91083932e..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/fesubDisplay.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Require Import Crypto.Specific.montgomery32_2e416m2e208m1_13limbs.fesub.
-Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon.
-
-Check display sub.
diff --git a/src/Specific/montgomery32_2e416m2e208m1_13limbs/py_interpreter.sh b/src/Specific/montgomery32_2e416m2e208m1_13limbs/py_interpreter.sh
deleted file mode 100755
index d760d16d7..000000000
--- a/src/Specific/montgomery32_2e416m2e208m1_13limbs/py_interpreter.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -eu
-
-/usr/bin/env python3 "$@" -Dq='2**416 - 2**208 - 1' -Dmodulus_bytes='32' -Da24='121665'