X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/twofish-mktab.c diff --git a/twofish-mktab.c b/twofish-mktab.c index 35f6049..4acbf73 100644 --- a/twofish-mktab.c +++ b/twofish-mktab.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: twofish-mktab.c,v 1.4 2000/10/08 12:08:10 mdw Exp $ + * $Id: twofish-mktab.c,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Build constant tables for Twofish * @@ -27,25 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: twofish-mktab.c,v $ - * Revision 1.4 2000/10/08 12:08:10 mdw - * Escape literal newlines in output string. - * - * Revision 1.3 2000/06/26 17:14:42 mdw - * (rslog): Ensure that log(1) = 0 (not 255, as previously). While the two - * are strictly equivalent, it means that the exp table is larger than it - * otherwise needs to be. - * - * Revision 1.2 2000/06/18 23:12:15 mdw - * Change typesetting of Galois Field names. - * - * Revision 1.1 2000/06/17 12:10:17 mdw - * New cipher. - * - */ - /*----- Header files ------------------------------------------------------*/ #include