This commit is contained in:
cathugger
2021-11-02 17:32:10 +02:00
parent 7dea621e41
commit f1c56e7480
6 changed files with 23 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ void *worker_fast(void *task)
sname = makesname();
initseed:
#ifdef STATISTICS
++st->numrestart.v;
#endif
@@ -96,8 +97,11 @@ initseed:
end:
free(sname);
POSTFILTER
sodium_memzero(secret,sizeof(secret));
sodium_memzero(seed,sizeof(seed));
return 0;
}