mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 13:13:49 +01:00
Add SHA256 dispatcher
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "bench.h"
|
||||
|
||||
#include "crypto/sha256.h"
|
||||
#include "key.h"
|
||||
#include "validation.h"
|
||||
#include "util.h"
|
||||
@@ -12,6 +13,7 @@
|
||||
int
|
||||
main(int argc, char** argv)
|
||||
{
|
||||
SHA256AutoDetect();
|
||||
RandomInit();
|
||||
ECC_Start();
|
||||
SetupEnvironment();
|
||||
|
||||
Reference in New Issue
Block a user