X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4e66da02f19648ee1be862e67ba1d1fc5549fb7f..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/blowfish.c diff --git a/blowfish.c b/blowfish.c index c57ebb2..56f25c7 100644 --- a/blowfish.c +++ b/blowfish.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: blowfish.c,v 1.3 2004/04/02 01:03:49 mdw Exp $ + * $Id: blowfish.c,v 1.4 2004/04/08 01:36:15 mdw Exp $ * * The Blowfish block cipher * @@ -27,20 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: blowfish.c,v $ - * Revision 1.3 2004/04/02 01:03:49 mdw - * Miscellaneous constification. - * - * Revision 1.2 2000/06/17 10:47:56 mdw - * Tidy round function a little. Support new key size interface. - * - * Revision 1.1 1999/09/03 08:41:11 mdw - * Initial import. - * - */ - /*----- Header files ------------------------------------------------------*/ #include