mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-17 00:22:06 +02:00
random: use BasicByte concept in randbytes
This commit is contained in:
parent
27cefc7fd6
commit
40dd86fc3b
@ -212,7 +212,7 @@ public:
|
||||
}
|
||||
|
||||
/** Generate random bytes. */
|
||||
template <typename B = unsigned char>
|
||||
template <BasicByte B = unsigned char>
|
||||
std::vector<B> randbytes(size_t len) noexcept
|
||||
{
|
||||
std::vector<B> ret(len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user