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 2e50b9bfa..5497117fb 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,10 @@ +2003-11-29 David Shaw <[email protected]> + + * elgamal.c (gen_k): New arg SMALL_K. + (sign): Use it here with SMALL_K set to false + (do_encrypt): and here with SMALL_K set to true. From Werner on + devel branch. + 2003-10-10 Werner Koch <[email protected]> * primegen.c (gen_prime): Bail out if we try to generate a prime |