Go to the source code of this file.
Classes | |
struct | ec_pre_comp_st |
Macros | |
#define | EC_window_bits_for_scalar_size(b) |
Typedefs | |
typedef struct ec_pre_comp_st | EC_PRE_COMP |
Functions | |
int | ec_wNAF_mul (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) |
int | ec_wNAF_precompute_mult (EC_GROUP *group, BN_CTX *ctx) |
int | ec_wNAF_have_precompute_mult (const EC_GROUP *group) |
#define EC_window_bits_for_scalar_size | ( | b | ) |
typedef struct ec_pre_comp_st EC_PRE_COMP |
int ec_wNAF_have_precompute_mult | ( | const EC_GROUP * | group | ) |