#include <inttypes.h>
#include <stdio.h>
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "util.h"
#include "field_impl.h"
#include "group_impl.h"
#include "int128_impl.h"
#include "ecmult.h"
#include "ecmult_compute_table_impl.h"
Go to the source code of this file.
◆ main()
◆ print_table()
| static void print_table |
( |
FILE * | fp, |
|
|
const char * | name, |
|
|
int | window_g, |
|
|
const secp256k1_ge_storage * | table ) |
|
static |
◆ print_two_tables()
| static void print_two_tables |
( |
FILE * | fp, |
|
|
int | window_g ) |
|
static |