mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01:00
#
This commit is contained in:
parent
0ad5fe20cd
commit
7673f8cab9
|
@ -9,7 +9,6 @@
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <mutex>
|
|
||||||
|
|
||||||
// sha256
|
// sha256
|
||||||
#define Ch(x, y, z) ((x & (y ^ z)) ^ z)
|
#define Ch(x, y, z) ((x & (y ^ z)) ^ z)
|
||||||
|
@ -35,7 +34,6 @@
|
||||||
W[i] + k)
|
W[i] + k)
|
||||||
|
|
||||||
|
|
||||||
static std::mutex thread_mutex;
|
|
||||||
static i2p::data::SigningKeyType type;
|
static i2p::data::SigningKeyType type;
|
||||||
//static i2p::data::PrivateKeys keys;
|
//static i2p::data::PrivateKeys keys;
|
||||||
static bool found=false;
|
static bool found=false;
|
||||||
|
|
Loading…
Reference in a new issue