diff options
author | jadep <jade.philipoom@gmail.com> | 2017-11-10 13:19:57 -0500 |
---|---|---|
committer | jadep <jade.philipoom@gmail.com> | 2017-11-12 15:01:59 -0500 |
commit | 795d24349b9aca1d9732c7b7fcaa505f24fa4bc6 (patch) | |
tree | f517d6c4e83f42e72a303e06567f779c0250fc2e /src/Specific/solinas64_2e285m9 | |
parent | 7ad53a35ed68777cd21226998a88494e1d97c63e (diff) |
new autogenerated files
Diffstat (limited to 'src/Specific/solinas64_2e285m9')
25 files changed, 0 insertions, 397 deletions
diff --git a/src/Specific/solinas64_2e285m9/CurveParameters.v b/src/Specific/solinas64_2e285m9/CurveParameters.v deleted file mode 100644 index 938d4c035..000000000 --- a/src/Specific/solinas64_2e285m9/CurveParameters.v +++ /dev/null @@ -1,39 +0,0 @@ -Require Import Crypto.Specific.Framework.RawCurveParameters. -Require Import Crypto.Util.LetIn. - -(*** -Modulus : 2^285 - 9 -Base: 57 -***) - -Definition curve : CurveParameters := - {| - sz := 5%nat; - base := 57; - bitwidth := 64; - s := 2^285; - c := [(1, 9)]; - carry_chains := Some [seq 0 (pred 5); [0; 1]]%nat; - - a24 := None; - coef_div_modulus := Some 2%nat; - - goldilocks := None; - karatsuba := None; - montgomery := false; - freeze := Some true; - 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/solinas64_2e285m9/Synthesis.v b/src/Specific/solinas64_2e285m9/Synthesis.v deleted file mode 100644 index 5c70ce3e9..000000000 --- a/src/Specific/solinas64_2e285m9/Synthesis.v +++ /dev/null @@ -1,9 +0,0 @@ -Require Import Crypto.Specific.Framework.SynthesisFramework. -Require Import Crypto.Specific.solinas64_2e285m9.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/solinas64_2e285m9/compiler.sh b/src/Specific/solinas64_2e285m9/compiler.sh deleted file mode 100755 index 288c0a4d9..000000000 --- a/src/Specific/solinas64_2e285m9/compiler.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu - -clang -fbracket-depth=999999 -march=native -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,0x30,0x39}' -Dbitwidth='64' -Dlimb_weight_gaps_array='{57,57,57,57,57}' -Dmodulus_array='{0x1f,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,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf7}' -Dmodulus_bytes_val='36' -Dmodulus_limbs='5' -Dq_mpz='(1_mpz<<285) - 9' "$@" diff --git a/src/Specific/solinas64_2e285m9/compilerxx.sh b/src/Specific/solinas64_2e285m9/compilerxx.sh deleted file mode 100755 index b1db87ce7..000000000 --- a/src/Specific/solinas64_2e285m9/compilerxx.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu - -clang++ -fbracket-depth=999999 -march=native -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,0x30,0x39}' -Dbitwidth='64' -Dlimb_weight_gaps_array='{57,57,57,57,57}' -Dmodulus_array='{0x1f,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,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf7}' -Dmodulus_bytes_val='36' -Dmodulus_limbs='5' -Dq_mpz='(1_mpz<<285) - 9' "$@" diff --git a/src/Specific/solinas64_2e285m9/feadd.c b/src/Specific/solinas64_2e285m9/feadd.c deleted file mode 100644 index a05766e0b..000000000 --- a/src/Specific/solinas64_2e285m9/feadd.c +++ /dev/null @@ -1,18 +0,0 @@ -static void feadd(uint64_t out[5], const uint64_t in1[5], const uint64_t in2[5]) { - { const uint64_t x10 = in1[4]; - { const uint64_t x11 = in1[3]; - { const uint64_t x9 = in1[2]; - { const uint64_t x7 = in1[1]; - { const uint64_t x5 = in1[0]; - { const uint64_t x18 = in2[4]; - { const uint64_t x19 = in2[3]; - { const uint64_t x17 = in2[2]; - { const uint64_t x15 = in2[1]; - { const uint64_t x13 = in2[0]; - out[0] = (x5 + x13); - out[1] = (x7 + x15); - out[2] = (x9 + x17); - out[3] = (x11 + x19); - out[4] = (x10 + x18); - }}}}}}}}}} -} diff --git a/src/Specific/solinas64_2e285m9/feadd.v b/src/Specific/solinas64_2e285m9/feadd.v deleted file mode 100644 index 23b5e7460..000000000 --- a/src/Specific/solinas64_2e285m9/feadd.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.solinas64_2e285m9.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition add : - { add : feBW_tight -> feBW_tight -> feBW_loose - | forall a b, phiBW_loose (add a b) = F.add (phiBW_tight a) (phiBW_tight b) }. -Proof. - Set Ltac Profiling. - Time synthesize_add (). - Show Ltac Profile. -Time Defined. - -Print Assumptions add. diff --git a/src/Specific/solinas64_2e285m9/feaddDisplay.log b/src/Specific/solinas64_2e285m9/feaddDisplay.log deleted file mode 100644 index bce3421b2..000000000 --- a/src/Specific/solinas64_2e285m9/feaddDisplay.log +++ /dev/null @@ -1,7 +0,0 @@ -λ x x0 : word64 * word64 * word64 * word64 * word64, -Interp-η -(λ var : Syntax.base_type → Type, - λ '(x10, x11, x9, x7, x5, (x18, x19, x17, x15, x13))%core, - ((x10 + x18), (x11 + x19), (x9 + x17), (x7 + x15), (x5 + x13))) -(x, x0)%core - : word64 * word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t) diff --git a/src/Specific/solinas64_2e285m9/feaddDisplay.v b/src/Specific/solinas64_2e285m9/feaddDisplay.v deleted file mode 100644 index 6d4ea7880..000000000 --- a/src/Specific/solinas64_2e285m9/feaddDisplay.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Crypto.Specific.solinas64_2e285m9.feadd. -Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon. - -Check display add. diff --git a/src/Specific/solinas64_2e285m9/femul.c b/src/Specific/solinas64_2e285m9/femul.c deleted file mode 100644 index 932ed20b5..000000000 --- a/src/Specific/solinas64_2e285m9/femul.c +++ /dev/null @@ -1,43 +0,0 @@ -static void femul(uint64_t out[5], const uint64_t in1[5], const uint64_t in2[5]) { - { const uint64_t x10 = in1[4]; - { const uint64_t x11 = in1[3]; - { const uint64_t x9 = in1[2]; - { const uint64_t x7 = in1[1]; - { const uint64_t x5 = in1[0]; - { const uint64_t x18 = in2[4]; - { const uint64_t x19 = in2[3]; - { const uint64_t x17 = in2[2]; - { const uint64_t x15 = in2[1]; - { const uint64_t x13 = in2[0]; - { uint128_t x20 = (((uint128_t)x5 * x18) + (((uint128_t)x7 * x19) + (((uint128_t)x9 * x17) + (((uint128_t)x11 * x15) + ((uint128_t)x10 * x13))))); - { uint128_t x21 = ((((uint128_t)x5 * x19) + (((uint128_t)x7 * x17) + (((uint128_t)x9 * x15) + ((uint128_t)x11 * x13)))) + (0x9 * ((uint128_t)x10 * x18))); - { uint128_t x22 = ((((uint128_t)x5 * x17) + (((uint128_t)x7 * x15) + ((uint128_t)x9 * x13))) + (0x9 * (((uint128_t)x11 * x18) + ((uint128_t)x10 * x19)))); - { uint128_t x23 = ((((uint128_t)x5 * x15) + ((uint128_t)x7 * x13)) + (0x9 * (((uint128_t)x9 * x18) + (((uint128_t)x11 * x19) + ((uint128_t)x10 * x17))))); - { uint128_t x24 = (((uint128_t)x5 * x13) + (0x9 * (((uint128_t)x7 * x18) + (((uint128_t)x9 * x19) + (((uint128_t)x11 * x17) + ((uint128_t)x10 * x15)))))); - { uint128_t x25 = (x24 >> 0x39); - { uint64_t x26 = ((uint64_t)x24 & 0x1ffffffffffffff); - { uint128_t x27 = (x25 + x23); - { uint128_t x28 = (x27 >> 0x39); - { uint64_t x29 = ((uint64_t)x27 & 0x1ffffffffffffff); - { uint128_t x30 = (x28 + x22); - { uint128_t x31 = (x30 >> 0x39); - { uint64_t x32 = ((uint64_t)x30 & 0x1ffffffffffffff); - { uint128_t x33 = (x31 + x21); - { uint128_t x34 = (x33 >> 0x39); - { uint64_t x35 = ((uint64_t)x33 & 0x1ffffffffffffff); - { uint128_t x36 = (x34 + x20); - { uint64_t x37 = (uint64_t) (x36 >> 0x39); - { uint64_t x38 = ((uint64_t)x36 & 0x1ffffffffffffff); - { uint128_t x39 = (x26 + ((uint128_t)0x9 * x37)); - { uint64_t x40 = (uint64_t) (x39 >> 0x39); - { uint64_t x41 = ((uint64_t)x39 & 0x1ffffffffffffff); - { uint64_t x42 = (x40 + x29); - { uint64_t x43 = (x42 >> 0x39); - { uint64_t x44 = (x42 & 0x1ffffffffffffff); - out[0] = x41; - out[1] = x44; - out[2] = (x43 + x32); - out[3] = x35; - out[4] = x38; - }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} -} diff --git a/src/Specific/solinas64_2e285m9/femul.v b/src/Specific/solinas64_2e285m9/femul.v deleted file mode 100644 index 21ca34895..000000000 --- a/src/Specific/solinas64_2e285m9/femul.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.solinas64_2e285m9.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition mul : - { mul : feBW_loose -> feBW_loose -> feBW_tight - | forall a b, phiBW_tight (mul a b) = F.mul (phiBW_loose a) (phiBW_loose b) }. -Proof. - Set Ltac Profiling. - Time synthesize_mul (). - Show Ltac Profile. -Time Defined. - -Print Assumptions mul. diff --git a/src/Specific/solinas64_2e285m9/femulDisplay.log b/src/Specific/solinas64_2e285m9/femulDisplay.log deleted file mode 100644 index dfa089f06..000000000 --- a/src/Specific/solinas64_2e285m9/femulDisplay.log +++ /dev/null @@ -1,32 +0,0 @@ -λ x x0 : word64 * word64 * word64 * word64 * word64, -Interp-η -(λ var : Syntax.base_type → Type, - λ '(x10, x11, x9, x7, x5, (x18, x19, x17, x15, x13))%core, - uint128_t x20 = (((uint128_t)x5 * x18) + (((uint128_t)x7 * x19) + (((uint128_t)x9 * x17) + (((uint128_t)x11 * x15) + ((uint128_t)x10 * x13))))); - uint128_t x21 = ((((uint128_t)x5 * x19) + (((uint128_t)x7 * x17) + (((uint128_t)x9 * x15) + ((uint128_t)x11 * x13)))) + (0x9 * ((uint128_t)x10 * x18))); - uint128_t x22 = ((((uint128_t)x5 * x17) + (((uint128_t)x7 * x15) + ((uint128_t)x9 * x13))) + (0x9 * (((uint128_t)x11 * x18) + ((uint128_t)x10 * x19)))); - uint128_t x23 = ((((uint128_t)x5 * x15) + ((uint128_t)x7 * x13)) + (0x9 * (((uint128_t)x9 * x18) + (((uint128_t)x11 * x19) + ((uint128_t)x10 * x17))))); - uint128_t x24 = (((uint128_t)x5 * x13) + (0x9 * (((uint128_t)x7 * x18) + (((uint128_t)x9 * x19) + (((uint128_t)x11 * x17) + ((uint128_t)x10 * x15)))))); - uint128_t x25 = (x24 >> 0x39); - uint64_t x26 = ((uint64_t)x24 & 0x1ffffffffffffff); - uint128_t x27 = (x25 + x23); - uint128_t x28 = (x27 >> 0x39); - uint64_t x29 = ((uint64_t)x27 & 0x1ffffffffffffff); - uint128_t x30 = (x28 + x22); - uint128_t x31 = (x30 >> 0x39); - uint64_t x32 = ((uint64_t)x30 & 0x1ffffffffffffff); - uint128_t x33 = (x31 + x21); - uint128_t x34 = (x33 >> 0x39); - uint64_t x35 = ((uint64_t)x33 & 0x1ffffffffffffff); - uint128_t x36 = (x34 + x20); - uint64_t x37 = (uint64_t) (x36 >> 0x39); - uint64_t x38 = ((uint64_t)x36 & 0x1ffffffffffffff); - uint128_t x39 = (x26 + ((uint128_t)0x9 * x37)); - uint64_t x40 = (uint64_t) (x39 >> 0x39); - uint64_t x41 = ((uint64_t)x39 & 0x1ffffffffffffff); - uint64_t x42 = (x40 + x29); - uint64_t x43 = (x42 >> 0x39); - uint64_t x44 = (x42 & 0x1ffffffffffffff); - return (Return x38, Return x35, (x43 + x32), Return x44, Return x41)) -(x, x0)%core - : word64 * word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t) diff --git a/src/Specific/solinas64_2e285m9/femulDisplay.v b/src/Specific/solinas64_2e285m9/femulDisplay.v deleted file mode 100644 index 087ee2fa8..000000000 --- a/src/Specific/solinas64_2e285m9/femulDisplay.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Crypto.Specific.solinas64_2e285m9.femul. -Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon. - -Check display mul. diff --git a/src/Specific/solinas64_2e285m9/fesquare.c b/src/Specific/solinas64_2e285m9/fesquare.c deleted file mode 100644 index 2d267f366..000000000 --- a/src/Specific/solinas64_2e285m9/fesquare.c +++ /dev/null @@ -1,38 +0,0 @@ -static void fesquare(uint64_t out[5], const uint64_t in1[5]) { - { const uint64_t x7 = in1[4]; - { const uint64_t x8 = in1[3]; - { const uint64_t x6 = in1[2]; - { const uint64_t x4 = in1[1]; - { const uint64_t x2 = in1[0]; - { uint128_t x9 = (((uint128_t)x2 * x7) + (((uint128_t)x4 * x8) + (((uint128_t)x6 * x6) + (((uint128_t)x8 * x4) + ((uint128_t)x7 * x2))))); - { uint128_t x10 = ((((uint128_t)x2 * x8) + (((uint128_t)x4 * x6) + (((uint128_t)x6 * x4) + ((uint128_t)x8 * x2)))) + (0x9 * ((uint128_t)x7 * x7))); - { uint128_t x11 = ((((uint128_t)x2 * x6) + (((uint128_t)x4 * x4) + ((uint128_t)x6 * x2))) + (0x9 * (((uint128_t)x8 * x7) + ((uint128_t)x7 * x8)))); - { uint128_t x12 = ((((uint128_t)x2 * x4) + ((uint128_t)x4 * x2)) + (0x9 * (((uint128_t)x6 * x7) + (((uint128_t)x8 * x8) + ((uint128_t)x7 * x6))))); - { uint128_t x13 = (((uint128_t)x2 * x2) + (0x9 * (((uint128_t)x4 * x7) + (((uint128_t)x6 * x8) + (((uint128_t)x8 * x6) + ((uint128_t)x7 * x4)))))); - { uint128_t x14 = (x13 >> 0x39); - { uint64_t x15 = ((uint64_t)x13 & 0x1ffffffffffffff); - { uint128_t x16 = (x14 + x12); - { uint128_t x17 = (x16 >> 0x39); - { uint64_t x18 = ((uint64_t)x16 & 0x1ffffffffffffff); - { uint128_t x19 = (x17 + x11); - { uint128_t x20 = (x19 >> 0x39); - { uint64_t x21 = ((uint64_t)x19 & 0x1ffffffffffffff); - { uint128_t x22 = (x20 + x10); - { uint128_t x23 = (x22 >> 0x39); - { uint64_t x24 = ((uint64_t)x22 & 0x1ffffffffffffff); - { uint128_t x25 = (x23 + x9); - { uint64_t x26 = (uint64_t) (x25 >> 0x39); - { uint64_t x27 = ((uint64_t)x25 & 0x1ffffffffffffff); - { uint128_t x28 = (x15 + ((uint128_t)0x9 * x26)); - { uint64_t x29 = (uint64_t) (x28 >> 0x39); - { uint64_t x30 = ((uint64_t)x28 & 0x1ffffffffffffff); - { uint64_t x31 = (x29 + x18); - { uint64_t x32 = (x31 >> 0x39); - { uint64_t x33 = (x31 & 0x1ffffffffffffff); - out[0] = x30; - out[1] = x33; - out[2] = (x32 + x21); - out[3] = x24; - out[4] = x27; - }}}}}}}}}}}}}}}}}}}}}}}}}}}}}} -} diff --git a/src/Specific/solinas64_2e285m9/fesquare.v b/src/Specific/solinas64_2e285m9/fesquare.v deleted file mode 100644 index faf848f1d..000000000 --- a/src/Specific/solinas64_2e285m9/fesquare.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.solinas64_2e285m9.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition square : - { square : feBW_loose -> feBW_tight - | forall a, phiBW_tight (square a) = F.mul (phiBW_loose a) (phiBW_loose a) }. -Proof. - Set Ltac Profiling. - Time synthesize_square (). - Show Ltac Profile. -Time Defined. - -Print Assumptions square. diff --git a/src/Specific/solinas64_2e285m9/fesquareDisplay.log b/src/Specific/solinas64_2e285m9/fesquareDisplay.log deleted file mode 100644 index ab7e499f7..000000000 --- a/src/Specific/solinas64_2e285m9/fesquareDisplay.log +++ /dev/null @@ -1,32 +0,0 @@ -λ x : word64 * word64 * word64 * word64 * word64, -Interp-η -(λ var : Syntax.base_type → Type, - λ '(x7, x8, x6, x4, x2)%core, - uint128_t x9 = (((uint128_t)x2 * x7) + (((uint128_t)x4 * x8) + (((uint128_t)x6 * x6) + (((uint128_t)x8 * x4) + ((uint128_t)x7 * x2))))); - uint128_t x10 = ((((uint128_t)x2 * x8) + (((uint128_t)x4 * x6) + (((uint128_t)x6 * x4) + ((uint128_t)x8 * x2)))) + (0x9 * ((uint128_t)x7 * x7))); - uint128_t x11 = ((((uint128_t)x2 * x6) + (((uint128_t)x4 * x4) + ((uint128_t)x6 * x2))) + (0x9 * (((uint128_t)x8 * x7) + ((uint128_t)x7 * x8)))); - uint128_t x12 = ((((uint128_t)x2 * x4) + ((uint128_t)x4 * x2)) + (0x9 * (((uint128_t)x6 * x7) + (((uint128_t)x8 * x8) + ((uint128_t)x7 * x6))))); - uint128_t x13 = (((uint128_t)x2 * x2) + (0x9 * (((uint128_t)x4 * x7) + (((uint128_t)x6 * x8) + (((uint128_t)x8 * x6) + ((uint128_t)x7 * x4)))))); - uint128_t x14 = (x13 >> 0x39); - uint64_t x15 = ((uint64_t)x13 & 0x1ffffffffffffff); - uint128_t x16 = (x14 + x12); - uint128_t x17 = (x16 >> 0x39); - uint64_t x18 = ((uint64_t)x16 & 0x1ffffffffffffff); - uint128_t x19 = (x17 + x11); - uint128_t x20 = (x19 >> 0x39); - uint64_t x21 = ((uint64_t)x19 & 0x1ffffffffffffff); - uint128_t x22 = (x20 + x10); - uint128_t x23 = (x22 >> 0x39); - uint64_t x24 = ((uint64_t)x22 & 0x1ffffffffffffff); - uint128_t x25 = (x23 + x9); - uint64_t x26 = (uint64_t) (x25 >> 0x39); - uint64_t x27 = ((uint64_t)x25 & 0x1ffffffffffffff); - uint128_t x28 = (x15 + ((uint128_t)0x9 * x26)); - uint64_t x29 = (uint64_t) (x28 >> 0x39); - uint64_t x30 = ((uint64_t)x28 & 0x1ffffffffffffff); - uint64_t x31 = (x29 + x18); - uint64_t x32 = (x31 >> 0x39); - uint64_t x33 = (x31 & 0x1ffffffffffffff); - return (Return x27, Return x24, (x32 + x21), Return x33, Return x30)) -x - : word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t) diff --git a/src/Specific/solinas64_2e285m9/fesquareDisplay.v b/src/Specific/solinas64_2e285m9/fesquareDisplay.v deleted file mode 100644 index 832569d9f..000000000 --- a/src/Specific/solinas64_2e285m9/fesquareDisplay.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Crypto.Specific.solinas64_2e285m9.fesquare. -Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon. - -Check display square. diff --git a/src/Specific/solinas64_2e285m9/fesub.c b/src/Specific/solinas64_2e285m9/fesub.c deleted file mode 100644 index 5432636e7..000000000 --- a/src/Specific/solinas64_2e285m9/fesub.c +++ /dev/null @@ -1,18 +0,0 @@ -static void fesub(uint64_t out[5], const uint64_t in1[5], const uint64_t in2[5]) { - { const uint64_t x10 = in1[4]; - { const uint64_t x11 = in1[3]; - { const uint64_t x9 = in1[2]; - { const uint64_t x7 = in1[1]; - { const uint64_t x5 = in1[0]; - { const uint64_t x18 = in2[4]; - { const uint64_t x19 = in2[3]; - { const uint64_t x17 = in2[2]; - { const uint64_t x15 = in2[1]; - { const uint64_t x13 = in2[0]; - out[0] = ((0x3ffffffffffffee + x5) - x13); - out[1] = ((0x3fffffffffffffe + x7) - x15); - out[2] = ((0x3fffffffffffffe + x9) - x17); - out[3] = ((0x3fffffffffffffe + x11) - x19); - out[4] = ((0x3fffffffffffffe + x10) - x18); - }}}}}}}}}} -} diff --git a/src/Specific/solinas64_2e285m9/fesub.v b/src/Specific/solinas64_2e285m9/fesub.v deleted file mode 100644 index 6bdec37d4..000000000 --- a/src/Specific/solinas64_2e285m9/fesub.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.solinas64_2e285m9.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition sub : - { sub : feBW_tight -> feBW_tight -> feBW_loose - | forall a b, phiBW_loose (sub a b) = F.sub (phiBW_tight a) (phiBW_tight b) }. -Proof. - Set Ltac Profiling. - Time synthesize_sub (). - Show Ltac Profile. -Time Defined. - -Print Assumptions sub. diff --git a/src/Specific/solinas64_2e285m9/fesubDisplay.log b/src/Specific/solinas64_2e285m9/fesubDisplay.log deleted file mode 100644 index 4afd8dcc0..000000000 --- a/src/Specific/solinas64_2e285m9/fesubDisplay.log +++ /dev/null @@ -1,7 +0,0 @@ -λ x x0 : word64 * word64 * word64 * word64 * word64, -Interp-η -(λ var : Syntax.base_type → Type, - λ '(x10, x11, x9, x7, x5, (x18, x19, x17, x15, x13))%core, - (((0x3fffffffffffffe + x10) - x18), ((0x3fffffffffffffe + x11) - x19), ((0x3fffffffffffffe + x9) - x17), ((0x3fffffffffffffe + x7) - x15), ((0x3ffffffffffffee + x5) - x13))) -(x, x0)%core - : word64 * word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t) diff --git a/src/Specific/solinas64_2e285m9/fesubDisplay.v b/src/Specific/solinas64_2e285m9/fesubDisplay.v deleted file mode 100644 index 4e30fee97..000000000 --- a/src/Specific/solinas64_2e285m9/fesubDisplay.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Crypto.Specific.solinas64_2e285m9.fesub. -Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon. - -Check display sub. diff --git a/src/Specific/solinas64_2e285m9/freeze.c b/src/Specific/solinas64_2e285m9/freeze.c deleted file mode 100644 index a41633544..000000000 --- a/src/Specific/solinas64_2e285m9/freeze.c +++ /dev/null @@ -1,29 +0,0 @@ -static void freeze(uint64_t out[5], const uint64_t in1[5]) { - { const uint64_t x7 = in1[4]; - { const uint64_t x8 = in1[3]; - { const uint64_t x6 = in1[2]; - { const uint64_t x4 = in1[1]; - { const uint64_t x2 = in1[0]; - { uint64_t x10, uint8_t x11 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (0x0, Return x2, 0x1fffffffffffff7); - { uint64_t x13, uint8_t x14 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x11, Return x4, 0x1ffffffffffffff); - { uint64_t x16, uint8_t x17 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x14, Return x6, 0x1ffffffffffffff); - { uint64_t x19, uint8_t x20 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x17, Return x8, 0x1ffffffffffffff); - { uint64_t x22, uint8_t x23 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x20, Return x7, 0x1ffffffffffffff); - { uint64_t x24 = cmovznz64(x23, 0x0, 0xffffffffffffffffL); - { uint64_t x25 = (x24 & 0x1fffffffffffff7); - { uint64_t x27, uint8_t x28 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (0x0, Return x10, Return x25); - { uint64_t x29 = (x24 & 0x1ffffffffffffff); - { uint64_t x31, uint8_t x32 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x28, Return x13, Return x29); - { uint64_t x33 = (x24 & 0x1ffffffffffffff); - { uint64_t x35, uint8_t x36 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x32, Return x16, Return x33); - { uint64_t x37 = (x24 & 0x1ffffffffffffff); - { uint64_t x39, uint8_t x40 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x36, Return x19, Return x37); - { uint64_t x41 = (x24 & 0x1ffffffffffffff); - { uint64_t x43, uint8_t _ = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x40, Return x22, Return x41); - out[0] = x27; - out[1] = x31; - out[2] = x35; - out[3] = x39; - out[4] = x43; - }}}}}}}}}}}}}}}}}}}}} -} diff --git a/src/Specific/solinas64_2e285m9/freeze.v b/src/Specific/solinas64_2e285m9/freeze.v deleted file mode 100644 index 504727825..000000000 --- a/src/Specific/solinas64_2e285m9/freeze.v +++ /dev/null @@ -1,14 +0,0 @@ -Require Import Crypto.Arithmetic.PrimeFieldTheorems. -Require Import Crypto.Specific.solinas64_2e285m9.Synthesis. - -(* TODO : change this to field once field isomorphism happens *) -Definition freeze : - { freeze : feBW_tight -> feBW_limbwidths - | forall a, phiBW_limbwidths (freeze a) = phiBW_tight a }. -Proof. - Set Ltac Profiling. - Time synthesize_freeze (). - Show Ltac Profile. -Time Defined. - -Print Assumptions freeze. diff --git a/src/Specific/solinas64_2e285m9/freezeDisplay.log b/src/Specific/solinas64_2e285m9/freezeDisplay.log deleted file mode 100644 index 9f8619d80..000000000 --- a/src/Specific/solinas64_2e285m9/freezeDisplay.log +++ /dev/null @@ -1,23 +0,0 @@ -λ x : word64 * word64 * word64 * word64 * word64, -Interp-η -(λ var : Syntax.base_type → Type, - λ '(x7, x8, x6, x4, x2)%core, - uint64_t x10, uint8_t x11 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (0x0, Return x2, 0x1fffffffffffff7); - uint64_t x13, uint8_t x14 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x11, Return x4, 0x1ffffffffffffff); - uint64_t x16, uint8_t x17 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x14, Return x6, 0x1ffffffffffffff); - uint64_t x19, uint8_t x20 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x17, Return x8, 0x1ffffffffffffff); - uint64_t x22, uint8_t x23 = Op (Syntax.SubWithGetBorrow 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x20, Return x7, 0x1ffffffffffffff); - uint64_t x24 = cmovznz64(x23, 0x0, 0xffffffffffffffffL); - uint64_t x25 = (x24 & 0x1fffffffffffff7); - uint64_t x27, uint8_t x28 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (0x0, Return x10, Return x25); - uint64_t x29 = (x24 & 0x1ffffffffffffff); - uint64_t x31, uint8_t x32 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x28, Return x13, Return x29); - uint64_t x33 = (x24 & 0x1ffffffffffffff); - uint64_t x35, uint8_t x36 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x32, Return x16, Return x33); - uint64_t x37 = (x24 & 0x1ffffffffffffff); - uint64_t x39, uint8_t x40 = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x36, Return x19, Return x37); - uint64_t x41 = (x24 & 0x1ffffffffffffff); - uint64_t x43, uint8_t _ = Op (Syntax.AddWithGetCarry 57 (Syntax.TWord 3) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 6) (Syntax.TWord 3)) (Return x40, Return x22, Return x41); - (Return x43, Return x39, Return x35, Return x31, Return x27)) -x - : word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t) diff --git a/src/Specific/solinas64_2e285m9/freezeDisplay.v b/src/Specific/solinas64_2e285m9/freezeDisplay.v deleted file mode 100644 index 0fa0aa925..000000000 --- a/src/Specific/solinas64_2e285m9/freezeDisplay.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Crypto.Specific.solinas64_2e285m9.freeze. -Require Import Crypto.Specific.Framework.IntegrationTestDisplayCommon. - -Check display freeze. diff --git a/src/Specific/solinas64_2e285m9/py_interpreter.sh b/src/Specific/solinas64_2e285m9/py_interpreter.sh deleted file mode 100755 index 263e483da..000000000 --- a/src/Specific/solinas64_2e285m9/py_interpreter.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eu - -/usr/bin/env python3 "$@" -Dq='2**285 - 9' -Dmodulus_bytes='57' -Da24='121665' |