X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ceb3f0c0a3b7bb3fa3250d31b04c382894095e52..1589affab225db500965e2cb869c534d6860e6bd:/gf-gcd.c diff --git a/gf-gcd.c b/gf-gcd.c index 64d61d4..7c09d3a 100644 --- a/gf-gcd.c +++ b/gf-gcd.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gf-gcd.c,v 1.1.2.1 2004/03/21 22:39:46 mdw Exp $ + * $Id: gf-gcd.c,v 1.2 2004/03/21 22:52:06 mdw Exp $ * * Euclidian algorithm on binary polynomials * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: gf-gcd.c,v $ + * Revision 1.2 2004/03/21 22:52:06 mdw + * Merge and close elliptic curve branch. + * * Revision 1.1.2.1 2004/03/21 22:39:46 mdw * Elliptic curves on binary fields work. *