mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Add SHA256 dispatcher
This commit is contained in:
parent
4d50f38fe0
commit
2991c91d88
5 changed files with 23 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue