mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-01 13:12:30 +02:00
Windows
This commit is contained in:
parent
6639da029b
commit
6072fe8111
2 changed files with 14 additions and 3 deletions
|
@ -9,7 +9,9 @@
|
|||
#include <thread>
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
// sha256
|
||||
#define Ch(x, y, z) ((x & (y ^ z)) ^ z)
|
||||
#define Maj(x, y, z) ((x & (y | z)) | (y & z))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue