worker_impl.inc.h 275 B

123456789101112
  1. #include "ed25519/ed25519_impl_pre.h"
  2. static size_t CRYPTO_NAMESPACE(worker_batch_memuse)(void)
  3. {
  4. return (sizeof(ge_p3) + sizeof(fe) + sizeof(bytes32)) * BATCHNUM;
  5. }
  6. #include "worker_batch.inc.h"
  7. #include "worker_batch_pass.inc.h"
  8. #include "ed25519/ed25519_impl_post.h"