diff options
author | lloyd <[email protected]> | 2011-04-20 19:11:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-20 19:11:38 +0000 |
commit | db4efaeaa0dcd926f675402563e31e1f522cea24 (patch) | |
tree | 9ea4260ae1388fb65053c1282e440321fc7f8f64 /doc/algos.txt | |
parent | 162b5ca3c330af4b09823f286cd18cc21d3c2ac4 (diff) |
Some doc updates, include the DSA examples in pubkey, remove outdated
and probably useless threads section, also fix compilation of several
examples.
Diffstat (limited to 'doc/algos.txt')
-rw-r--r-- | doc/algos.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/algos.txt b/doc/algos.txt index bf2a91b0c..3d4050c11 100644 --- a/doc/algos.txt +++ b/doc/algos.txt @@ -73,7 +73,6 @@ primitives, including: * PRFs from ANSI X9.42, SSL v3.0, TLS v1.0 - Recommended Algorithms --------------------------------- @@ -143,8 +142,8 @@ match that in SCAN, if it's defined there). **Stream Ciphers:** "ARC4", "MARK4", "Salsa20", "Turing", "WiderWake4+1-BE" -**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)", "Whirlpool" +**Hash Functions:** "HAS-160", "GOST-34.11", "Keccak-1600(OUTSZ)", +"MD2", "MD4", "MD5", "RIPEMD-128", "RIPEMD-160", "SHA-160", "SHA-256", +"SHA-384", "SHA-512", "Skein-512", "Tiger(OUTSZ)", "Whirlpool" **MACs:** "HMAC(HASH)", "CMAC(BLOCK)", "X9.19-MAC" |