aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/Framework
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-07 23:36:27 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-11-07 23:36:27 -0500
commit0deb004886acf74a23d375683731f96897d7da25 (patch)
tree54976021538271e3b62179f2a491890d5b1e07d7 /src/Specific/Framework
parent383f3e1de0f4fe14c4b282651cf4123a72893e37 (diff)
Add karatsuba, goldilocks lemmas to rewrite dbs
Diffstat (limited to 'src/Specific/Framework')
-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.