|
Electroneum
|


Go to the source code of this file.
Classes | |
| struct | secp256k1_ecmult_gen_context |
Macros | |
| #define | ECMULT_GEN_PREC_BITS 4 |
| #define | ECMULT_GEN_PREC_G(bits) (1 << bits) |
| #define | ECMULT_GEN_PREC_N(bits) (256 / bits) |
| #define ECMULT_GEN_PREC_BITS 4 |
Definition at line 14 of file ecmult_gen.h.
| #define ECMULT_GEN_PREC_G | ( | bits | ) | (1 << bits) |
Definition at line 28 of file ecmult_gen.h.
| #define ECMULT_GEN_PREC_N | ( | bits | ) | (256 / bits) |
Definition at line 29 of file ecmult_gen.h.