Rationalise the sliding-window threshold. Drop guarantee that right
[u/mdw/catacomb] / ec-bin.c
index 3e85e65..42aaad8 100644 (file)
--- a/ec-bin.c
+++ b/ec-bin.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ec-bin.c,v 1.2 2004/03/21 22:52:06 mdw Exp $
+ * $Id: ec-bin.c,v 1.3 2004/03/22 02:19:09 mdw Exp $
  *
  * Arithmetic for elliptic curves over binary fields
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ec-bin.c,v $
+ * Revision 1.3  2004/03/22 02:19:09  mdw
+ * Rationalise the sliding-window threshold.  Drop guarantee that right
+ * arguments to EC @add@ are canonical, and fix up projective implementations
+ * to cope.
+ *
  * Revision 1.2  2004/03/21 22:52:06  mdw
  * Merge and close elliptic curve branch.
  *
@@ -411,7 +416,6 @@ int main(int argc, char *argv[])
       fprintf(stderr, "didn't reach zero\n");
       MP_EPRINTX("d.x", d.x);
       MP_EPRINTX("d.y", d.y);
-      MP_EPRINTX("d.z", d.y);
       return (1);
     }
     ec_destroy(&d);