diff options
author | lloyd <[email protected]> | 2010-02-23 18:26:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-23 18:26:44 +0000 |
commit | 848fcbccec00ba0ce0f6bca7a4c6e3873b653362 (patch) | |
tree | 6da451e27fe98a4542d21514f1fbd3bf3eb84b31 /doc | |
parent | 53b23d3ecb9f6967d27a7d613ab34a0564b1c0ff (diff) |
Document removing TR1 dependency for ECC
Diffstat (limited to 'doc')
-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 847bf8596..10288d712 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -9,6 +9,7 @@ - Add support for password hashing for authentication (passhash9.h) - Add support for Win32 high resolution system timers - Changed S2K interface: derive_key now takes salt, iteration count + - Remove dependency on TR1 for ECC code - Fix crash in GMP_Engine if library is shutdown and reinitialized - Fix an invalid memory read in MD4 - Remove Timer class entirely |