X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/5d4fee2a9d2ecf4d2566c0deca27e1878bf2380f..283b9af095a5b24ae71b49a6d2dcbdcdaae47c40:/gfshare.c diff --git a/gfshare.c b/gfshare.c index 09d3e89..2bc72c6 100644 --- a/gfshare.c +++ b/gfshare.c @@ -1,8 +1,8 @@ /* -*-c-*- * - * $Id: gfshare.c,v 1.6 2000/12/06 20:30:10 mdw Exp $ + * $Id: gfshare.c,v 1.7 2001/06/16 23:42:17 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.7 2001/06/16 23:42:17 mdw + * Typesetting fixes. + * * Revision 1.6 2000/12/06 20:30:10 mdw * Change secret sharing interface: present the secret at share * construction time.