diff options
author | Jack Lloyd <[email protected]> | 2019-10-07 11:13:52 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-10-07 11:13:52 -0400 |
commit | d09de03f3b3e36f7466486ed5fa8e6bb483464c3 (patch) | |
tree | 319248830872861eea27f322bafca85b0eec54fd /src/lib | |
parent | b7e2096a571c218bebfc75a0c3ccf1d87761d392 (diff) |
Improve Doxygen front page references
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/utils/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h index 476701a1f..7f101735d 100644 --- a/src/lib/utils/types.h +++ b/src/lib/utils/types.h @@ -38,7 +38,7 @@ namespace Botan { * <dt>Stream Ciphers<dd> * ChaCha, @ref CTR_BE "CTR", OFB, RC4, Salsa20 * <dt>Hash Functions<dd> -* Blake2b, @ref GOST_34_11 "GOST 34.11", @ref Keccak_1600 "Keccak", MD4, MD5, @ref RIPEMD_160 "RIPEMD-160", +* BLAKE2b, @ref GOST_34_11 "GOST 34.11", @ref Keccak_1600 "Keccak", MD4, MD5, @ref RIPEMD_160 "RIPEMD-160", * @ref SHA_160 "SHA-1", @ref SHA_224 "SHA-224", @ref SHA_256 "SHA-256", @ref SHA_384 "SHA-384", * @ref SHA_512 "SHA-512", @ref Skein_512 "Skein-512", SM3, Streebog, Tiger, Whirlpool * <dt>Non-Cryptographic Checksums<dd> @@ -52,7 +52,7 @@ namespace Botan { * @ref sp800_108.h "SP800-108", @ref SP800_56C "SP800-56C", @ref PKCS5_PBKDF1 "PBKDF1 (PKCS#5), * @ref PKCS5_PBKDF2 "PBKDF2 (PKCS#5)" * <dt>Password Hashing<dd> -* @ref bcrypt.h "bcrypt", @ref passhash9.h "passhash9" +* @ref argon2.h "Argon2", @ref scrypt.h "scrypt", @ref bcrypt.h "bcrypt", @ref passhash9.h "passhash9" * <dt>Public Key Cryptosystems<dd> * @ref dlies.h "DLIES", @ref ecies.h "ECIES", @ref elgamal.h "ElGamal" * @ref rsa.h "RSA", @ref newhope.h "NewHope", @ref mceliece.h "McEliece" and @ref mceies.h "MCEIES", |