diff --git a/README.txt b/README.txt index 1d6fa04..138fd36 100644 --- a/README.txt +++ b/README.txt @@ -27,4 +27,5 @@ You should have received a copy of the CC0 Public Domain Dedication along with t keccak.c is based on . ed25519/{ref10,amd64-51-30k,amd64-64-24k} are adopted from SUPERCOP . +ed25519/ed25519-donna adopted from . idea used in main.c' dofastwork() is stolen from . diff --git a/main.c b/main.c index 95d444e..b1bedec 100644 --- a/main.c +++ b/main.c @@ -252,7 +252,6 @@ static void onionready(char *sname, const u8 *secret, const u8 *pubonion) if (numneedgenerate) { pthread_mutex_lock(&keysgenerated_mutex); if (keysgenerated >= numneedgenerate) { - endwork = 1; pthread_mutex_unlock(&keysgenerated_mutex); return; }