mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-04 12:24:45 +00:00
implement worker_batch_pass
This commit is contained in:
parent
6f7e220b60
commit
9bc52c5fb7
8 changed files with 157 additions and 8 deletions
3
main.c
3
main.c
|
@ -516,7 +516,8 @@ int main(int argc,char **argv)
|
|||
#endif
|
||||
tret = pthread_create(&VEC_BUF(threads,i),0,
|
||||
#ifdef PASSPHRASE
|
||||
deterministic ? worker_fast_pass :
|
||||
deterministic ? (
|
||||
batchkeygen ? worker_batch_pass : worker_fast_pass) :
|
||||
#endif
|
||||
batchkeygen ? worker_batch :
|
||||
(fastkeygen ? worker_fast : worker_slow),tp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue