Change: use a stronger hash and actual random information to generate Uids

This commit is contained in:
Patric Stout
2024-01-18 23:52:53 +01:00
committed by Patric Stout
parent 37244bc8c5
commit bd85f61a40
4 changed files with 78 additions and 16 deletions

View File

@@ -159,4 +159,6 @@ inline bool Chance16R(const uint a, const uint b, uint32_t &r)
}
#endif /* RANDOM_DEBUG */
void RandomBytesWithFallback(std::span<uint8_t> buf);
#endif /* RANDOM_FUNC_HPP */