From 2991c91d88f3d17ac6b38bddfa6f1b6b8d835c0f Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 13 Jul 2017 23:26:04 -0700 Subject: Add SHA256 dispatcher --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 1e8564201..b16653624 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1161,6 +1161,8 @@ bool AppInitSanityChecks() // ********************************************************* Step 4: sanity checks // Initialize elliptic curve code + std::string sha256_algo = SHA256AutoDetect(); + LogPrintf("Using the '%s' SHA256 implementation\n", sha256_algo); RandomInit(); ECC_Start(); globalVerifyHandle.reset(new ECCVerifyHandle()); -- cgit v1.2.3