X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/eb31b00e4098ffb93eaf574f70cdd108b6610080..4e66da02f19648ee1be862e67ba1d1fc5549fb7f:/f-prime.c diff --git a/f-prime.c b/f-prime.c index 088032b..66db76a 100644 --- a/f-prime.c +++ b/f-prime.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: f-prime.c,v 1.9 2004/04/01 21:28:41 mdw Exp $ + * $Id: f-prime.c,v 1.10 2004/04/02 01:03:49 mdw Exp $ * * Prime fields with Montgomery arithmetic * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: f-prime.c,v $ + * Revision 1.10 2004/04/02 01:03:49 mdw + * Miscellaneous constification. + * * Revision 1.9 2004/04/01 21:28:41 mdw * Normal basis support (translates to poly basis internally). Rewrite * EC and prime group table generators in awk, so that they can reuse data @@ -175,7 +178,7 @@ static mp *fhlv(field *ff, mp *d, mp *x) { /* --- Field operations table --- */ -static field_ops fops = { +static const field_ops fops = { FTY_PRIME, "prime", fdestroy, frand, field_stdsamep, fin, fout,