diff options
Diffstat (limited to 'src/common/Cryptography/CryptoConstants.h')
| -rw-r--r-- | src/common/Cryptography/CryptoConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Cryptography/CryptoConstants.h b/src/common/Cryptography/CryptoConstants.h index 7e698a685e4..d9fad902ab6 100644 --- a/src/common/Cryptography/CryptoConstants.h +++ b/src/common/Cryptography/CryptoConstants.h @@ -24,6 +24,7 @@ namespace Trinity::Crypto { struct Constants { + static constexpr size_t MD5_DIGEST_LENGTH_BYTES = 16; static constexpr size_t SHA1_DIGEST_LENGTH_BYTES = 20; static constexpr size_t SHA256_DIGEST_LENGTH_BYTES = 32; }; |
