From 239d7143202e7c2240e24f25c900fe8dcb5d24a3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 19 Dec 2023 21:13:33 +0100 Subject: Core/Crypto: Added SHA 512 definitions (cherry picked from commit e172052a0ac0e983a49cc0647fda8df4257dbdcf) --- src/common/Cryptography/CryptoHash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/Cryptography/CryptoHash.h') diff --git a/src/common/Cryptography/CryptoHash.h b/src/common/Cryptography/CryptoHash.h index cb7e5716e66..34b299c1d4f 100644 --- a/src/common/Cryptography/CryptoHash.h +++ b/src/common/Cryptography/CryptoHash.h @@ -140,6 +140,7 @@ namespace Trinity::Crypto using MD5 = Trinity::Impl::GenericHash; using SHA1 = Trinity::Impl::GenericHash; using SHA256 = Trinity::Impl::GenericHash; + using SHA512 = Trinity::Impl::GenericHash; } #endif -- cgit v1.2.3