X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/gfshare.h diff --git a/gfshare.h b/gfshare.h index fe09d8a..a53d137 100644 --- a/gfshare.h +++ b/gfshare.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gfshare.h,v 1.6 2000/12/06 20:30:10 mdw Exp $ + * $Id: gfshare.h,v 1.7 2004/04/08 01:36:15 mdw Exp $ * * Secret sharing over %$\gf{2^8}$% * @@ -27,31 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: gfshare.h,v $ - * Revision 1.6 2000/12/06 20:30:10 mdw - * Change secret sharing interface: present the secret at share - * construction time. - * - * Revision 1.5 2000/06/24 19:11:47 mdw - * Fix daft error in the comment for @gfshare_get@. - * - * Revision 1.4 2000/06/24 18:29:05 mdw - * Interface change: allow shares to be extracted from a context on demand, - * rather than building them all up-front. - * - * Revision 1.3 2000/06/18 23:12:15 mdw - * Change typesetting of Galois Field names. - * - * Revision 1.2 2000/06/17 11:05:27 mdw - * Add a commentary on the system. - * - * Revision 1.1 2000/06/17 10:56:30 mdw - * Fast but nonstandard secret sharing system. - * - */ - /*----- Notes on the system -----------------------------------------------* * * This uses a variant of Shamir's secret sharing system. Shamir's original