X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ad74e5b4b2bf64ff2c02f2a8ce90a9d72bdb5bc2..4d47e1571e6a3fd88ebd956a18a4b362d2f98755:/gfshare.c diff --git a/gfshare.c b/gfshare.c index cdc00d2..bbb0aee 100644 --- a/gfshare.c +++ b/gfshare.c @@ -1,8 +1,8 @@ /* -*-c-*- * - * $Id: gfshare.c,v 1.1 2000/06/17 10:56:30 mdw Exp $ + * $Id: gfshare.c,v 1.2 2000/06/18 23:12:15 mdw Exp $ * - * Secret sharing over %$gf(2^8)$% + * Secret sharing over %$\gf(2^8)$% * * (c) 2000 Straylight/Edgeware */ @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: gfshare.c,v $ + * Revision 1.2 2000/06/18 23:12:15 mdw + * Change typesetting of Galois Field names. + * * Revision 1.1 2000/06/17 10:56:30 mdw * Fast but nonstandard secret sharing system. *