aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Specific/GF25519.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/GF25519.v b/src/Specific/GF25519.v
index 2816a07cc..74d722c57 100644
--- a/src/Specific/GF25519.v
+++ b/src/Specific/GF25519.v
@@ -370,7 +370,7 @@ Proof.
rewrite !modulus_digits_subst.
cbv - [from_list_default].
rewrite Let_In_push.
- repeat (erewrite Let_In_ext; [ |
+ do 20 (erewrite Let_In_ext; [ |
repeat match goal with
| |- _ => progress intros; try apply Let_In_ext
| |- _ = from_list_default _ _ (Let_In _ _) => etransitivity; try (rewrite Let_In_push; reflexivity)