diff options
author | lloyd <[email protected]> | 2010-03-02 03:34:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-02 03:34:51 +0000 |
commit | 70d72cc1a843bb5e60c5f6ab27f2f3226f1333a3 (patch) | |
tree | ba565fbf454b9d6855de2c2f991087161cab5ffe /doc/log.txt | |
parent | 19e77947ee00b4db6b732ef3dabfdbb9ee2adfd6 (diff) |
Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,
I'm not sure where the old name came from though as literally the only
hits for it on Google are botan-related.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 09564a01f..da624f223 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -12,6 +12,7 @@ - Add support for Win32 high resolution system timers - Changed S2K interface: derive_key now takes salt, iteration count - Remove dependency on TR1 for ECC and CVC code + - Renamed ECKAEG to its more usual name, ECDH - Fix crash in GMP_Engine if library is shutdown and reinitialized - Fix an invalid memory read in MD4 - Remove Timer class entirely |