X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Frc5_internal.h;h=8f84c05d809eda2b7fee0eada6935abd8c46ff96;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=c493fdc519d8160664b1269238d11887db7e9e69;hpb=d47a87b03b846e2333ef57b2c0d81f1644992964;p=silc.git diff --git a/lib/silccrypt/rc5_internal.h b/lib/silccrypt/rc5_internal.h index c493fdc5..8f84c05d 100644 --- a/lib/silccrypt/rc5_internal.h +++ b/lib/silccrypt/rc5_internal.h @@ -2,14 +2,13 @@ rc5_internal.h - Author: Pekka Riikonen + Author: Pekka Riikonen Copyright (C) 1997 - 2000 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 @@ -36,7 +35,7 @@ typedef struct { } RC5Context; /* Prototypes */ -int rc5_set_key(RC5Context *ctx, const uint32 in_key[], int key_len); +int rc5_set_key(RC5Context *ctx, const SilcUInt32 in_key[], int key_len); int rc5_encrypt(RC5Context *ctx, u32 *in, u32 *out); int rc5_decrypt(RC5Context *ctx, u32 *in, u32 *out);