Use hardware-seeded, high quality rng for priority

This fixes a potential denial of service attack
This commit is contained in:
2024-05-14 09:49:19 -07:00
parent 59878cfe6c
commit 9834b2e811
6 changed files with 124 additions and 6831 deletions

View File

@@ -1,7 +1,3 @@
add_library(nanobench ${CMAKE_CURRENT_SOURCE_DIR}/nanobench.cpp)
target_include_directories(nanobench SYSTEM
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/nanobench)
add_library(xxhash OBJECT ${CMAKE_CURRENT_SOURCE_DIR}/xxhash.c)
target_include_directories(xxhash SYSTEM
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/xxhash)