aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-02-15 15:09:55 -0500
committerGravatar Robert Sloan <varomodt@gmail.com>2016-06-22 13:39:05 -0400
commit8ea3b32a5275b0c440afded57bfeb770b52f1e35 (patch)
tree8ed02d318b931422159d38f1580279981cd8dcd0 /src
parent49697854d3d7bc400b7faecb221d42252ffd5337 (diff)
remove Check
Diffstat (limited to 'src')
-rw-r--r--src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
index e05eafcdc..cddb17f63 100644
--- a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
+++ b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
@@ -55,7 +55,6 @@ Section CompleteEdwardsCurveTheorems.
pose proof prime_q.
destruct square_a as [sqrt_a sqrt_a_id].
rewrite <- sqrt_a_id in eq_zero.
- Check Fq_square_mul_sub.
destruct (Fq_square_mul_sub _ _ _ eq_zero) as [ [sqrt_d sqrt_d_id] | a_zero].
+ pose proof (nonsquare_d sqrt_d); auto.
+ subst.