|
Monero
|
#include "crypto_sign.h"#include "crypto_verify_32.h"#include "crypto_hash_sha512.h"#include "randombytes.h"#include "ge25519.h"#include "hram.h"
Macros | |
| #define | MAXBATCH 64 |
Functions | |
| int | crypto_sign_open_batch (unsigned char *const m[], unsigned long long mlen[], unsigned char *const sm[], const unsigned long long smlen[], unsigned char *const pk[], unsigned long long num) |
| #define MAXBATCH 64 |