mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
more :>
This commit is contained in:
@@ -1 +1,15 @@
|
||||
// TODO
|
||||
|
||||
#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_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"
|
||||
|
||||
#include "ed25519/ed25519_impl_post.h"
|
||||
|
||||
Reference in New Issue
Block a user