aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompleteEdwardsCurve')
-rw-r--r--src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
index 7d728719a..bf13d5618 100644
--- a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
+++ b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
@@ -117,7 +117,7 @@ Module E.
| |- _ => progress cbv [fst snd coordinates proj1_sig eq fieldwise fieldwise' add zero opp] in *
| |- _ => split
| |- Feq _ _ => field_algebra
- | |- _ <> 0 => expand_opp; solve [nsatz_nonzero|eauto]
+ | |- _ <> 0 => expand_opp; solve [nsatz_nonzero|eauto 6]
| |- {_}+{_} => eauto 15 using decide_and, @eq_dec with typeclass_instances
end.