Provide 3 configurations accessible through ./configure
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
#include "ecmult_gen.h"
|
||||
#include "ecmult_gen_compute_table_impl.h"
|
||||
|
||||
static const int CONFIGS[1][2] = {
|
||||
{11, 6}
|
||||
static const int CONFIGS[][2] = {
|
||||
{2, 5},
|
||||
{11, 6},
|
||||
{43, 6}
|
||||
};
|
||||
|
||||
static void print_table(FILE* fp, int blocks, int teeth) {
|
||||
|
||||
1410
src/precomputed_ecmult_gen.c
generated
1410
src/precomputed_ecmult_gen.c
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user