updates
authorPekka Riikonen <priikone@silcnet.org>
Wed, 13 Jun 2001 13:02:16 +0000 (13:02 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 13 Jun 2001 13:02:16 +0000 (13:02 +0000)
lib/silccrypt/rsa.c
lib/silccrypt/silcrng.c

index 2efd68bee9f88c7a9f9b1ef834f488fbf09004af..7694e324e54d2911051949bcde752d93f701c359 100644 (file)
@@ -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 
index ef4afe46357c71b6913371b457abfa37ad23f90d..3aecd117b14523df2d60edc6a4530ce91fb1b5fc 100644 (file)
@@ -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"