summaryrefslogtreecommitdiff
path: root/cipher/primegen.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-03-11 15:42:06 +0000
committerWerner Koch <wk@gnupg.org>1999-03-11 15:42:06 +0000
commit0b342a947b7b17994abd319df9070861151cf270 (patch)
tree34068c6776f157a9a82c7a9b02aa8ec071ea4366 /cipher/primegen.c
parent56bd85c152c4b7c34f50a622ca4eade6b932eb27 (diff)
downloadlibgcrypt-0b342a947b7b17994abd319df9070861151cf270.tar.gz
See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch
Diffstat (limited to 'cipher/primegen.c')
-rw-r--r--cipher/primegen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c
index e9484218..c7b5b757 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -16,6 +16,11 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * ***********************************************************************
+ * The algorithm used to generate practically save primes is due to
+ * Lim and Lee as described in the CRYPTO '97 proceedings (ISBN3540633847)
+ * page 260.
*/
#include <config.h>