| 48 | #include <openssl/rand.h> |
| 49 | |
| 50 | [[noreturn]] static void RandFailure() |
| 51 | { |
| 52 | LogPrintf("Failed to read randomness, aborting\n"); |
| 53 | std::abort(); |
| 54 | } |
| 55 | |
| 56 | static inline int64_t GetPerformanceCounter() |
| 57 | { |
no outgoing calls
no test coverage detected