mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-06-08 15:47:45 +00:00
idk
This commit is contained in:
parent
7dea621e41
commit
f1c56e7480
6 changed files with 23 additions and 3 deletions
|
@ -33,6 +33,7 @@ void *worker_slow(void *task)
|
|||
initseed:
|
||||
randombytes(seed,sizeof(seed));
|
||||
ed25519_seckey_expand(sk,seed);
|
||||
|
||||
#ifdef STATISTICS
|
||||
++st->numrestart.v;
|
||||
#endif
|
||||
|
@ -83,8 +84,11 @@ next:
|
|||
|
||||
end:
|
||||
free(sname);
|
||||
|
||||
POSTFILTER
|
||||
|
||||
sodium_memzero(secret,sizeof(secret));
|
||||
sodium_memzero(seed,sizeof(seed));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue