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 | |
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')
-rw-r--r-- | doc/credits.txt | 2 | ||||
-rw-r--r-- | doc/log.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/credits.txt b/doc/credits.txt index ef2ee6bc1..67b318842 100644 --- a/doc/credits.txt +++ b/doc/credits.txt @@ -29,7 +29,7 @@ D: Windows porting N: Manuel Hartl W: http://www.flexsecure.de/ -D: ECDSA, ECKAEG +D: ECDSA, ECDH N: Yves Jerschow 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 |