This commit is contained in:
cathugger
2022-05-05 23:18:41 +03:00
parent 01062d70d1
commit 6438396a33
10 changed files with 78 additions and 32 deletions

View File

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