remove slow/fast workers

This commit is contained in:
cathugger 2023-06-09 17:16:46 +03:00
parent d612b74842
commit 2b417046b6
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
7 changed files with 10 additions and 343 deletions

View file

@ -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"