From 130d88c1710b6966baca9cdf89f33bc3eef664ec Mon Sep 17 00:00:00 2001 From: cathugger Date: Mon, 2 Oct 2017 18:43:14 +0000 Subject: [PATCH] update readme --- README.txt | 1 + main.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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; }