X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Faes.h;h=008b3d1a462b6cfb08d43d17cb73e1dc7e3bb434;hp=6efd6582de3b6b87a82f2254d809e45ac851bfde;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hpb=ee9ad49e68cd69759ca643579c2f0de0747c4f61 diff --git a/lib/silccrypt/aes.h b/lib/silccrypt/aes.h index 6efd6582..008b3d1a 100644 --- a/lib/silccrypt/aes.h +++ b/lib/silccrypt/aes.h @@ -1,16 +1,15 @@ /* - rijndael.h + aes.h - Author: Pekka Riikonen + 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; 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 @@ -18,17 +17,17 @@ */ -#ifndef RIJNDAEL_H -#define RIJNDAEL_H +#ifndef AES_H +#define AES_H -/* - * SILC Crypto API for Rijndael +/* + * SILC Crypto API for AES */ SILC_CIPHER_API_SET_KEY(aes); -SILC_CIPHER_API_SET_KEY_WITH_STRING(aes); +SILC_CIPHER_API_SET_IV(aes); +SILC_CIPHER_API_ENCRYPT(aes); +SILC_CIPHER_API_DECRYPT(aes); SILC_CIPHER_API_CONTEXT_LEN(aes); -SILC_CIPHER_API_ENCRYPT_CBC(aes); -SILC_CIPHER_API_DECRYPT_CBC(aes); #endif