Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
ecmult.h File Reference
#include "group.h"
#include "scalar.h"
#include "scratch.h"
Include dependency graph for ecmult.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ECMULT_TABLE_SIZE(w)
 

Typedefs

typedef int secp256k1_ecmult_multi_callback(secp256k1_scalar *sc, secp256k1_ge *pt, size_t idx, void *data)
 

Macro Definition Documentation

◆ ECMULT_TABLE_SIZE

#define ECMULT_TABLE_SIZE ( w)
Value:
(1L << ((w)-2))

The number of entries a table with precomputed multiples needs to have.

Definition at line 30 of file ecmult.h.

Typedef Documentation

◆ secp256k1_ecmult_multi_callback

typedef int secp256k1_ecmult_multi_callback(secp256k1_scalar *sc, secp256k1_ge *pt, size_t idx, void *data)

Definition at line 35 of file ecmult.h.