aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v')
-rw-r--r--src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v b/src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v
index 454a27329..7274d2c35 100644
--- a/src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v
+++ b/src/Specific/Framework/ArithmeticSynthesis/Karatsuba.v
@@ -76,7 +76,7 @@ Section gen.
autorewrite with pattern_runtime;
reflexivity
| ].
- apply goldilocks_mul_correct; auto; try congruence.
+ reflexivity.
Defined.
End gen.