X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/77d943105c69c4dc44a2e8d882a1fe8a69a94a2c..391faf428ac513f9031c773016d79fdbe8b4653c:/ec-bin.c diff --git a/ec-bin.c b/ec-bin.c index 3e85e65..42aaad8 100644 --- 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 * @@ -30,6 +30,11 @@ /*----- 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);