X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2b645fb792c62ae0d38fcde4c39e1bd0889b0e06..dbfee00a86609283c4633df870692be3db9bc5e4:/field.c diff --git a/field.c b/field.c index c7e7559..0f02fa7 100644 --- a/field.c +++ b/field.c @@ -1,8 +1,9 @@ /* -*-c-*- * - * $Id: field.c,v 1.1 2001/05/07 17:30:13 mdw Exp $ + * $Id: field.c,v 1.1.4.1 2003/06/10 13:43:53 mdw Exp $ + * + * Abstract field operations * - * [Abstract field operations * * (c) 2001 Straylight/Edgeware */ @@ -29,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: field.c,v $ + * Revision 1.1.4.1 2003/06/10 13:43:53 mdw + * Simple (non-projective) curves over prime fields now seem to work. + * * Revision 1.1 2001/05/07 17:30:13 mdw * Add an internal-representation no-op function. *