Skip to content

Commit 674848f

Browse files
committed
Clarify entropy source
1 parent a9e82f6 commit 674848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void RDRandInit()
7878
{
7979
uint32_t eax, ebx, ecx, edx;
8080
if (__get_cpuid(1, &eax, &ebx, &ecx, &edx) && (ecx & CPUID_F1_ECX_RDRAND)) {
81-
LogPrintf("Using RdRand as entropy source\n");
81+
LogPrintf("Using RdRand as an additional entropy source\n");
8282
rdrand_supported = true;
8383
}
8484
hwrand_initialized.store(true);

0 commit comments

Comments
 (0)