mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-17 13:40:43 +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. */
|
/** Generate random bytes. */
|
||||||
template <typename B = unsigned char>
|
template <BasicByte B = unsigned char>
|
||||||
std::vector<B> randbytes(size_t len) noexcept
|
std::vector<B> randbytes(size_t len) noexcept
|
||||||
{
|
{
|
||||||
std::vector<B> ret(len);
|
std::vector<B> ret(len);
|
||||||
|
Loading…
Reference in New Issue
Block a user