Added SILC Thread Queue API
[silc.git] / lib / silccrypt / twofish_internal.h
index 0cabe2c400e4f3c8ff521a6562c9674d8736534f..2c205d8b3b1aaf656e6245b7bf619d87a9f7a71b 100644 (file)
@@ -2,15 +2,14 @@
 
   twofish_internal.h
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2000 Pekka Riikonen
+  Copyright (C) 1997 - 2007 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-  
+  the Free Software Foundation; version 2 of the License.
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
 /* Cipher's context */
 typedef struct {
-  u4byte k_len;
   u4byte l_key[40];
   u4byte s_key[4];
+  SilcUInt16 k_len;
+  SilcUInt16 padlen;
 } TwofishContext;
 
 /* Prototypes */