aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-11-22 17:32:06 -0500
committerGravatar Jason Gross <jgross@mit.edu>2016-11-22 23:31:19 -0500
commita84ea5b4efff70f4037ba480508ffcc069a6a96d (patch)
tree6ed3cac2abacd5cc53d49f7276aab0322982a443 /src/CompleteEdwardsCurve
parent13c5d20a62f276ef51f0d766d4e3a60ad5c5c410 (diff)
Fix for 8.6
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 *.