update readme

This commit is contained in:
cathugger 2017-10-02 18:43:14 +00:00
parent e4aab13413
commit 130d88c171
2 changed files with 1 additions and 1 deletions

View file

@ -27,4 +27,5 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
keccak.c is based on <https://github.com/gvanas/KeccakCodePackage/blob/master/Standalone/CompactFIPS202/Keccak-more-compact.c>.
ed25519/{ref10,amd64-51-30k,amd64-64-24k} are adopted from SUPERCOP <https://bench.cr.yp.to/supercop.html>.
ed25519/ed25519-donna adopted from <https://github.com/floodyberry/ed25519-donna>.
idea used in main.c' dofastwork() is stolen from <https://github.com/Yawning/horse25519>.

1
main.c
View file

@ -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;
}