File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2
2
#define SECP256K1_MODULE_BATCH_MAIN_H
3
3
4
4
#include "include/secp256k1_batch.h"
5
- #include "src/hash.h"
6
- #include "src/scratch.h"
7
5
8
6
/* Maximum number of scalar-point pairs on the batch
9
7
* for which `secp256k1_batch_verify` remains efficient */
Original file line number Diff line number Diff line change 3
3
4
4
#include "include/secp256k1_extrakeys.h"
5
5
#include "include/secp256k1_tweak_check_batch.h"
6
- #include "src/hash.h"
7
6
#include "src/modules/batch/main_impl.h"
8
7
9
8
/* The number of scalar-point pairs allocated on the scratch space
Original file line number Diff line number Diff line change 3
3
4
4
#include "include/secp256k1_schnorrsig.h"
5
5
#include "include/secp256k1_schnorrsig_batch.h"
6
- #include "src/hash.h"
7
6
#include "src/modules/batch/main_impl.h"
8
7
9
8
/* The number of scalar-point pairs allocated on the scratch space
You can’t perform that action at this time.
0 commit comments