mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-24 23:52:00 +02:00
random: write rand256() in function of fillrand()
This commit is contained in:
parent
0bd2bd1efb
commit
493a2e024e
@ -661,9 +661,8 @@ void FastRandomContext::RandomSeed()
|
||||
|
||||
uint256 FastRandomContext::rand256() noexcept
|
||||
{
|
||||
if (requires_seed) RandomSeed();
|
||||
uint256 ret;
|
||||
rng.Keystream(MakeWritableByteSpan(ret));
|
||||
fillrand(MakeWritableByteSpan(ret));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user