skinkade

Results 2 comments of skinkade

Taking a look at the common practices of other languages' standard libraries and typically-used UUID libraries: Language | Reference -|- C | https://linux.die.net/man/3/uuid_generate C++ | https://www.boost.org/doc/libs/1_85_0/libs/uuid/doc/uuid.html#boost/uuid/random_generator.hpp C# | https://learn.microsoft.com/en-us/dotnet/api/system.guid.newguid?view=net-8.0 Go...

Extraordinarily delayed response: They are cross-compiled from a Linux machine. Copied from #23: ``` wget ftp://ftp.openssl.org/source/openssl-1.0.2g.tar.gz tar xf openssl-1.0.2g.tar.gz; cd openssl-1.0.2g CROSS_COMPILE="x86_64-w64-mingw32-" ./Configure mingw64 no-asm shared make depend make ```...