From: Pekka Riikonen Date: Wed, 13 Jun 2001 13:02:16 +0000 (+0000) Subject: updates X-Git-Tag: 1.2.beta1~2167 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=56ef542ccf513a809ef7034ab068935f889185e8;p=crypto.git updates --- diff --git a/lib/silccrypt/rsa.c b/lib/silccrypt/rsa.c index 2efd68be..7694e324 100644 --- a/lib/silccrypt/rsa.c +++ b/lib/silccrypt/rsa.c @@ -35,8 +35,9 @@ * Decryption: * m = c ^ d mod n * - * This code is based on SSH's (Secure Shell), PGP's (Pretty Good Privacy) - * and RSAREF Toolkit's RSA source codes. They all were a big help for me. + * The SSH's (Secure Shell), PGP's (Pretty Good Privacy) and RSAREF + * Toolkit were used as reference when coding this implementation. They + * all were a big help for me. * * I also suggest reading Bruce Schneier's; Applied Cryptography, Second * Edition, John Wiley & Sons, Inc. 1996. This book deals about RSA and diff --git a/lib/silccrypt/silcrng.c b/lib/silccrypt/silcrng.c index ef4afe46..3aecd117 100644 --- a/lib/silccrypt/silcrng.c +++ b/lib/silccrypt/silcrng.c @@ -22,7 +22,8 @@ * Created: Sun Mar 9 00:09:18 1997 * * The original RNG was based on Secure Shell's random number generator - * by Tatu Ylönen. This RNG has been rewritten twice since the creation. + * by Tatu Ylönen and was used as reference when programming this RNG. + * This RNG has been rewritten twice since the creation. */ #include "silcincludes.h"