Browse Source

#

pull/31/head
Warlock-Dalbaeb 7 years ago
parent
commit
7673f8cab9
  1. 2
      vanity.hpp

2
vanity.hpp

@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@
#include <thread>
#include <unistd.h>
#include <vector>
#include <mutex>
// sha256
#define Ch(x, y, z) ((x & (y ^ z)) ^ z)
@ -35,7 +34,6 @@ @@ -35,7 +34,6 @@
W[i] + k)
static std::mutex thread_mutex;
static i2p::data::SigningKeyType type;
//static i2p::data::PrivateKeys keys;
static bool found=false;

Loading…
Cancel
Save