diff options
| author | Pieter Wuille <[email protected]> | 2019-01-24 18:40:02 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2019-02-03 17:34:26 -0800 |
| commit | 1435fabc19d2143187efb493cbe23225eaf851ae (patch) | |
| tree | 618b087accfdca7c0d5e9f7a3eeda51ce5c8b1f9 /src/httpserver.cpp | |
| parent | Merge #15193: Default -whitelistforcerelay to off (diff) | |
| download | discoin-1435fabc19d2143187efb493cbe23225eaf851ae.tar.xz discoin-1435fabc19d2143187efb493cbe23225eaf851ae.zip | |
Use RdSeed when available, and reduce RdRand load
This introduces support for autodetecting and using the RdSeed instruction.
In addition:
* In SeedFast, only 64 bits of entropy are generated through RdRand (256 was relatively slow).
* In SeedStartup, 256 bits of entropy are generated, using RdSeed (preferably) or RdRand (otherwise).
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions