aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jade Philipoom <jadep@google.com>2018-03-06 15:27:58 +0100
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2018-04-03 09:00:55 -0400
commite7230cdb17f98a4f8ea344b0da0b3fe37ddac800 (patch)
tree9e9137ed2ad68a9af8bd8d74c21eef9764e60b6f /src
parentee89ae1f28e6e23917c7cd1bd68bdba1063334c1 (diff)
inline shifts for Montgomery example
Diffstat (limited to 'src')
-rw-r--r--src/Experiments/SimplyTypedArithmetic.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Experiments/SimplyTypedArithmetic.v b/src/Experiments/SimplyTypedArithmetic.v
index 96e54bebb..7948376f1 100644
--- a/src/Experiments/SimplyTypedArithmetic.v
+++ b/src/Experiments/SimplyTypedArithmetic.v
@@ -8275,7 +8275,6 @@ Local Open Scope expr_scope.
Print Montgomery256.montred256.
(*
-<<<<<<< HEAD
c.ShiftR($x0, $x_lo, 128);
c.Lower128($x1, $x_lo);
c.Mul128x128($x2, Lower128{RegPinv}, $x0);