diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.tex | 2 | ||||
-rw-r--r-- | doc/examples/bench.cpp | 1 | ||||
-rw-r--r-- | doc/log.txt | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.tex b/doc/api.tex index dc920d07b..80a0489ed 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -3075,7 +3075,7 @@ match that in SCAN, if it's defined there). \textbf{Stream Ciphers:} ``ARC4'', ``MARK4'', ``Turing'', ``WiderWake4+1-BE'' \noindent -\textbf{Hash Functions:} ``FORK-256'', ``HAS-160'', ``GOST-34.11'', +\textbf{Hash Functions:} ``HAS-160'', ``GOST-34.11'', ``MD2'', ``MD4'', ``MD5'', ``RIPEMD-128'', ``RIPEMD-160'', ``SHA-160'', ``SHA-256'', ``SHA-384'', ``SHA-512'', ``Skein-512'', ``Tiger(OUTSZ,PASS)'', ``Whirlpool'' diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index 3bcfbf5f3..e20c8eea5 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -47,7 +47,6 @@ const std::string algos[] = { "XTEA", "Adler32", "CRC32", - "FORK-256", "GOST-34.11", "HAS-160", "MD2", diff --git a/doc/log.txt b/doc/log.txt index aeeffa9d9..511772f9d 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,6 +2,7 @@ * 1.9.8-dev, ????-??-?? - Use constant time multiplication in IDEA - Avoid possible timing attack against OAEP decoding + - Removed FORK-256; rarely used and it has been broken - Skip building shared libraries on MinGW/Cygwin - Fix compilation on GCC versions before 4.3 (missing cpuid.h) - Fix complilation under the Clang compiler |