mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-29 14:59:27 -04:00
update readme
This commit is contained in:
parent
e4aab13413
commit
130d88c171
2 changed files with 1 additions and 1 deletions
|
@ -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
1
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue