X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftwofish_internal.h;h=2c205d8b3b1aaf656e6245b7bf619d87a9f7a71b;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=c0071ac00816bc1f557b00ac392b9476808138d1;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=silc.git diff --git a/lib/silccrypt/twofish_internal.h b/lib/silccrypt/twofish_internal.h index c0071ac0..2c205d8b 100644 --- a/lib/silccrypt/twofish_internal.h +++ b/lib/silccrypt/twofish_internal.h @@ -4,12 +4,12 @@ Author: Pekka Riikonen - 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; 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 @@ -24,9 +24,10 @@ /* Cipher's context */ typedef struct { - u4byte k_len; u4byte l_key[40]; u4byte s_key[4]; + SilcUInt16 k_len; + SilcUInt16 padlen; } TwofishContext; /* Prototypes */