add sha512/224 and sha512/256 to tests and crypt_build_settings

This commit is contained in:
Steffen Jaeckel
2014-08-27 14:38:56 +02:00
parent 06321b8602
commit 1924e6fd47
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -130,9 +130,15 @@ const char *crypt_build_settings =
#if defined(LTC_SHA384)
" SHA-384\n"
#endif
#if defined(LTC_SHA512_256)
" SHA-512/256\n"
#endif
#if defined(LTC_SHA256)
" SHA-256\n"
#endif
#if defined(LTC_SHA512_224)
" SHA-512/224\n"
#endif
#if defined(LTC_SHA224)
" SHA-224\n"
#endif