mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-16 06:52:58 +00:00
remove slow/fast workers
This commit is contained in:
parent
d612b74842
commit
2b417046b6
7 changed files with 10 additions and 343 deletions
|
@ -6,9 +6,6 @@ static size_t CRYPTO_NAMESPACE(worker_batch_memuse)(void)
|
|||
return (sizeof(ge_p3) + sizeof(fe) + sizeof(bytes32)) * BATCHNUM;
|
||||
}
|
||||
|
||||
#include "worker_slow.inc.h"
|
||||
#include "worker_fast.inc.h"
|
||||
#include "worker_fast_pass.inc.h"
|
||||
#include "worker_batch.inc.h"
|
||||
#include "worker_batch_pass.inc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue