mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Use rdrand as entropy source on supported platforms
This commit is contained in:
parent
4cb8757aae
commit
cb24c8539d
4 changed files with 73 additions and 0 deletions
|
|
@ -1168,6 +1168,7 @@ bool AppInitSanityChecks()
|
|||
// ********************************************************* Step 4: sanity checks
|
||||
|
||||
// Initialize elliptic curve code
|
||||
RandomInit();
|
||||
ECC_Start();
|
||||
globalVerifyHandle.reset(new ECCVerifyHandle());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue