This commit is contained in:
Karel Miko
2017-03-22 21:22:00 +01:00
parent 1b81848576
commit c6a0362c88
19 changed files with 2933 additions and 54 deletions
+3
View File
@@ -126,6 +126,9 @@ const char *crypt_build_settings =
#endif
"\nHashes built-in:\n"
#if defined(LTC_SHA3)
" SHA3\n"
#endif
#if defined(LTC_SHA512)
" SHA-512\n"
#endif
+3
View File
@@ -35,6 +35,9 @@ static const crypt_size _crypt_sizes[] = {
#ifdef LTC_SHA256
_SZ_STRINGIFY_S(sha256_state),
#endif
#ifdef LTC_SHA3
_SZ_STRINGIFY_S(sha3_state),
#endif
#ifdef LTC_SHA512
_SZ_STRINGIFY_S(sha512_state),
#endif