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

Go to the source code of this file.

Classes

struct  secp256k1_ecmult_gen_context
 

Macros

#define ECMULT_GEN_PREC_G(bits)
 
#define ECMULT_GEN_PREC_N(bits)
 

Macro Definition Documentation

◆ ECMULT_GEN_PREC_G

#define ECMULT_GEN_PREC_G ( bits)
Value:
(1 << bits)

Definition at line 16 of file ecmult_gen.h.

◆ ECMULT_GEN_PREC_N

#define ECMULT_GEN_PREC_N ( bits)
Value:
(256 / bits)

Definition at line 17 of file ecmult_gen.h.