aboutsummaryrefslogtreecommitdiff
path: root/src/Specific
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific')
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256_128_AddDisplay.log14
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256_128_OppDisplay.log3
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256_128_SubDisplay.log3
-rw-r--r--src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_AddDisplay.log19
-rw-r--r--src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_OppDisplay.log3
-rw-r--r--src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_SubDisplay.log3
6 files changed, 45 insertions, 0 deletions
diff --git a/src/Specific/IntegrationTestMontgomeryP256_128_AddDisplay.log b/src/Specific/IntegrationTestMontgomeryP256_128_AddDisplay.log
new file mode 100644
index 000000000..094e97fdb
--- /dev/null
+++ b/src/Specific/IntegrationTestMontgomeryP256_128_AddDisplay.log
@@ -0,0 +1,14 @@
+λ x x0 : word128 * word128,
+Interp-η
+(λ var : Syntax.base_type → Type,
+ λ '(x4, x5, (x6, x7))%core,
+ uint128_t x9, uint8_t x10 = addcarryx_u128(0x0, x5, x7);
+ uint128_t x12, uint8_t x13 = addcarryx_u128(x10, x4, x6);
+ uint128_t x14 = (uint128_t) (x13 == 0 ? 0x0 : 0xffffffffffffffffffffffffffffffffL);
+ uint128_t x15 = x14 & 0xffffffffffffffffffffffffL;
+ uint128_t x17, uint8_t x18 = subborrow_u128(0x0, x9, x15);
+ uint128_t x19 = x14 & 0xffffffff000000010000000000000000L;
+ uint128_t x21, uint8_t _ = subborrow_u128(x18, x12, x19);
+ (Return x21, Return x17))
+(x, x0)%core
+ : word128 * word128 → word128 * word128 → ReturnType (uint128_t * uint128_t)
diff --git a/src/Specific/IntegrationTestMontgomeryP256_128_OppDisplay.log b/src/Specific/IntegrationTestMontgomeryP256_128_OppDisplay.log
new file mode 100644
index 000000000..0788cd802
--- /dev/null
+++ b/src/Specific/IntegrationTestMontgomeryP256_128_OppDisplay.log
@@ -0,0 +1,3 @@
+λ _ : word128 * word128,
+(opp_subproof0, opp_subproof1)%core
+ : word128 * word128 → word128 * word128
diff --git a/src/Specific/IntegrationTestMontgomeryP256_128_SubDisplay.log b/src/Specific/IntegrationTestMontgomeryP256_128_SubDisplay.log
new file mode 100644
index 000000000..4599a5f8f
--- /dev/null
+++ b/src/Specific/IntegrationTestMontgomeryP256_128_SubDisplay.log
@@ -0,0 +1,3 @@
+λ _ _ : word128 * word128,
+(sub_subproof0, sub_subproof1)%core
+ : word128 * word128 → word128 * word128 → word128 * word128
diff --git a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_AddDisplay.log b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_AddDisplay.log
new file mode 100644
index 000000000..289227f85
--- /dev/null
+++ b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_AddDisplay.log
@@ -0,0 +1,19 @@
+λ x x0 : word64 * word64 * word64 * word64,
+Interp-η
+(λ var : Syntax.base_type → Type,
+ λ '(x8, x9, x7, x5, (x14, x15, x13, x11))%core,
+ uint64_t x17, uint8_t x18 = addcarryx_u64(0x0, x5, x11);
+ uint64_t x20, uint8_t x21 = addcarryx_u64(x18, x7, x13);
+ uint64_t x23, uint8_t x24 = addcarryx_u64(x21, x9, x15);
+ uint64_t x26, uint8_t x27 = addcarryx_u64(x24, x8, x14);
+ uint64_t x28 = (uint64_t) (x27 == 0 ? 0x0 : 0xffffffffffffffffL);
+ uint64_t x29 = x28 & 0xffffffffffffffffL;
+ uint64_t x31, uint8_t x32 = subborrow_u64(0x0, x17, x29);
+ uint64_t x33 = x28 & 0xffffffff;
+ uint64_t x35, uint8_t x36 = subborrow_u64(x32, x20, x33);
+ uint64_t x38, uint8_t x39 = subborrow_u64(x36, x23, 0x0);
+ uint64_t x40 = x28 & 0xffffffff00000001L;
+ uint64_t x42, uint8_t _ = subborrow_u64(x39, x26, x40);
+ (Return x42, Return x38, Return x35, Return x31))
+(x, x0)%core
+ : word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t)
diff --git a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_OppDisplay.log b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_OppDisplay.log
new file mode 100644
index 000000000..85d7e9e6e
--- /dev/null
+++ b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_OppDisplay.log
@@ -0,0 +1,3 @@
+λ _ : word64 * word64 * word64 * word64,
+(opp_subproof0, opp_subproof1, opp_subproof2, opp_subproof3)%core
+ : word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64
diff --git a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_SubDisplay.log b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_SubDisplay.log
new file mode 100644
index 000000000..19b08db8c
--- /dev/null
+++ b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_SubDisplay.log
@@ -0,0 +1,3 @@
+λ _ _ : word64 * word64 * word64 * word64,
+(sub_subproof0, sub_subproof1, sub_subproof2, sub_subproof3)%core
+ : word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64