X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Frsa.h;h=a697fef493a8c6d51bddfc33d221e5964a6c9d11;hb=c257b555225193e54d85daf541d29578b3c93882;hp=0c1ab1bacc3a7dc2966c0663e3d2ede3a2cad318;hpb=fb8dbc2d9cd7ff5d197654f873ac18aa6ef9c5e3;p=silc.git diff --git a/lib/silccrypt/rsa.h b/lib/silccrypt/rsa.h index 0c1ab1ba..a697fef4 100644 --- a/lib/silccrypt/rsa.h +++ b/lib/silccrypt/rsa.h @@ -2,15 +2,14 @@ rsa.h - Author: Pekka Riikonen + Author: Pekka Riikonen - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2003 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 @@ -21,8 +20,6 @@ #ifndef RSA_H #define RSA_H -#include "rsa_internal.h" - /* * SILC PKCS API for RSA */ @@ -39,5 +36,10 @@ SILC_PKCS_API_DECRYPT(rsa); SILC_PKCS_API_SIGN(rsa); SILC_PKCS_API_VERIFY(rsa); +SILC_PKCS_API_ENCRYPT(pkcs1); +SILC_PKCS_API_DECRYPT(pkcs1); +SILC_PKCS_API_SIGN(pkcs1); +SILC_PKCS_API_VERIFY(pkcs1); + #endif