diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index c17028bdf..8e5461274 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,10 @@ +Sat Dec 4 12:30:28 CET 1999 Werner Koch <[email protected]> + + * primegen.c (generate_elg_prime): All primes are now generated with + the lowest random quality level. Becuase they are public anyway we + don't need stronger random and by this we do not drain the systems + entropy so much. + Thu Oct 28 16:08:20 CEST 1999 Werner Koch <[email protected]> * random.c (fast_random_poll): Check whether RUSAGE_SELF is defined; |