mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-04 20:30:34 +00:00
set thread size
This commit is contained in:
parent
51d87c3857
commit
af5a7cfe12
8 changed files with 59 additions and 39 deletions
|
@ -8,7 +8,7 @@ void *worker_fast(void *task)
|
|||
u8 seed[SEED_LEN];
|
||||
u8 hashsrc[checksumstrlen + PUBLIC_LEN + 1];
|
||||
u8 wpk[PUBLIC_LEN + 1];
|
||||
ge_p3 ge_public;
|
||||
ge_p3 ALIGN(16) ge_public;
|
||||
char *sname;
|
||||
|
||||
size_t counter;
|
||||
|
@ -45,7 +45,7 @@ initseed:
|
|||
ge_p3_tobytes(pk,&ge_public);
|
||||
|
||||
for (counter = 0;counter < SIZE_MAX-8;counter += 8) {
|
||||
ge_p1p1 sum;
|
||||
ge_p1p1 ALIGN(16) sum;
|
||||
|
||||
if (unlikely(endwork))
|
||||
goto end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue