X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ceb3f0c0a3b7bb3fa3250d31b04c382894095e52..eb31b00e4098ffb93eaf574f70cdd108b6610080:/gfx-sqr.c diff --git a/gfx-sqr.c b/gfx-sqr.c index 778f85a..19ec574 100644 --- a/gfx-sqr.c +++ b/gfx-sqr.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gfx-sqr.c,v 1.1.4.1 2004/03/21 22:39:46 mdw Exp $ + * $Id: gfx-sqr.c,v 1.2 2004/03/21 22:52:06 mdw Exp $ * * Sqaring binary polynomials * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: gfx-sqr.c,v $ + * Revision 1.2 2004/03/21 22:52:06 mdw + * Merge and close elliptic curve branch. + * * Revision 1.1.4.1 2004/03/21 22:39:46 mdw * Elliptic curves on binary fields work. *