Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | WNAF_BITS 256 |
#define | WNAF_SIZE(w) ((WNAF_BITS + (w) - 1) / (w)) |
#define | ECMULT_CONST_TABLE_GET_GE(r, pre, n, w) |
#define ECMULT_CONST_TABLE_GET_GE | ( | r, | |
pre, | |||
n, | |||
w | |||
) |
Definition at line 23 of file ecmult_const_impl.h.
#define WNAF_BITS 256 |
Definition at line 18 of file ecmult_const_impl.h.
#define WNAF_SIZE | ( | w | ) | ((WNAF_BITS + (w) - 1) / (w)) |
Definition at line 20 of file ecmult_const_impl.h.