X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Frsa.h;h=a697fef493a8c6d51bddfc33d221e5964a6c9d11;hp=5f8262fa80f85c7194c6c8bec9b2c1b3c9e060b9;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silccrypt/rsa.h b/lib/silccrypt/rsa.h index 5f8262fa..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 @@ -37,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