aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas64_2e336m17_7limbs
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-12 23:35:43 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-11-12 23:35:43 -0500
commitb671976eb2364b6d41cc3e450c2570558a0161ec (patch)
tree398df5d4e8c7149c9ba902b37cf42e120d07dedb /src/Specific/solinas64_2e336m17_7limbs
parenta66e617f17fab0360ae52b896e5afc5fafc90902 (diff)
Update display logs and c files
Diffstat (limited to 'src/Specific/solinas64_2e336m17_7limbs')
-rw-r--r--src/Specific/solinas64_2e336m17_7limbs/fesub.c2
-rw-r--r--src/Specific/solinas64_2e336m17_7limbs/fesubDisplay.log2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Specific/solinas64_2e336m17_7limbs/fesub.c b/src/Specific/solinas64_2e336m17_7limbs/fesub.c
index a62fba654..7fbb64b69 100644
--- a/src/Specific/solinas64_2e336m17_7limbs/fesub.c
+++ b/src/Specific/solinas64_2e336m17_7limbs/fesub.c
@@ -13,7 +13,7 @@ static void fesub(uint64_t out[7], const uint64_t in1[7], const uint64_t in2[7])
{ const uint64_t x21 = in2[2];
{ const uint64_t x19 = in2[1];
{ const uint64_t x17 = in2[0];
- out[0] = ((Const 562949953421278 + x5) - x17);
+ out[0] = ((0x1ffffffffffde + x5) - x17);
out[1] = ((0x1fffffffffffe + x7) - x19);
out[2] = ((0x1fffffffffffe + x9) - x21);
out[3] = ((0x1fffffffffffe + x11) - x23);
diff --git a/src/Specific/solinas64_2e336m17_7limbs/fesubDisplay.log b/src/Specific/solinas64_2e336m17_7limbs/fesubDisplay.log
index dce4b96e1..f09d1ef69 100644
--- a/src/Specific/solinas64_2e336m17_7limbs/fesubDisplay.log
+++ b/src/Specific/solinas64_2e336m17_7limbs/fesubDisplay.log
@@ -2,6 +2,6 @@
Interp-η
(λ var : Syntax.base_type → Type,
λ '(x14, x15, x13, x11, x9, x7, x5, (x26, x27, x25, x23, x21, x19, x17))%core,
- (((0x1fffffffffffe + x14) - x26), ((0x1fffffffffffe + x15) - x27), ((0x1fffffffffffe + x13) - x25), ((0x1fffffffffffe + x11) - x23), ((0x1fffffffffffe + x9) - x21), ((0x1fffffffffffe + x7) - x19), ((Const 562949953421278 + x5) - x17)))
+ (((0x1fffffffffffe + x14) - x26), ((0x1fffffffffffe + x15) - x27), ((0x1fffffffffffe + x13) - x25), ((0x1fffffffffffe + x11) - x23), ((0x1fffffffffffe + x9) - x21), ((0x1fffffffffffe + x7) - x19), ((0x1ffffffffffde + x5) - x17)))
(x, x0)%core
: word64 * word64 * word64 * word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t * uint64_t * uint64_t)