mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 02:57:21 -03:00
12 lines
275 B
C
12 lines
275 B
C
|
|
#include "ed25519/ed25519_impl_pre.h"
|
|
|
|
static size_t CRYPTO_NAMESPACE(worker_batch_memuse)(void)
|
|
{
|
|
return (sizeof(ge_p3) + sizeof(fe) + sizeof(bytes32)) * BATCHNUM;
|
|
}
|
|
|
|
#include "worker_batch.inc.h"
|
|
#include "worker_batch_pass.inc.h"
|
|
|
|
#include "ed25519/ed25519_impl_post.h"
|