Add secure random number generation

This commit is contained in:
2025-08-17 11:57:01 +02:00
parent 2196ef06eb
commit 504c4582e1
5 changed files with 153 additions and 41 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ifeq ($(OS),Windows_NT)
EXT = .exe
LFLAGS = -lws2_32
LFLAGS = -lws2_32 -lbcrypt
else
EXT = .out
LFLAGS =