diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/primegen.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c index e94842189..c7b5b757d 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> |