mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
update readme
This commit is contained in:
@@ -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>.
|
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/{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>.
|
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) {
|
if (numneedgenerate) {
|
||||||
pthread_mutex_lock(&keysgenerated_mutex);
|
pthread_mutex_lock(&keysgenerated_mutex);
|
||||||
if (keysgenerated >= numneedgenerate) {
|
if (keysgenerated >= numneedgenerate) {
|
||||||
endwork = 1;
|
|
||||||
pthread_mutex_unlock(&keysgenerated_mutex);
|
pthread_mutex_unlock(&keysgenerated_mutex);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user