aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompleteEdwardsCurve')
-rw-r--r--src/CompleteEdwardsCurve/ExtendedCoordinates.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompleteEdwardsCurve/ExtendedCoordinates.v b/src/CompleteEdwardsCurve/ExtendedCoordinates.v
index ec4e89a3b..eef1eb371 100644
--- a/src/CompleteEdwardsCurve/ExtendedCoordinates.v
+++ b/src/CompleteEdwardsCurve/ExtendedCoordinates.v
@@ -219,7 +219,7 @@ Module Extended.
do 2 match goal with
| [ |- context[exist _ ?x ?p] ]
=> first [ is_var p; fail 1
- | generalize p; generalize dependent x ]
+ | generalize p; cbv zeta; generalize dependent x ]
end.
clear add_coordinates_opt add_coordinates_opt_correct.
cbv [to_twisted coordinates proj1_sig E.eq E.coordinates fst snd] in *.