Eneboo - Documentación para desarrolladores
|
Clases | |
struct | ec_pre_comp_st |
'defines' | |
#define | EC_window_bits_for_scalar_size(b) |
'typedefs' | |
typedef struct ec_pre_comp_st | EC_PRE_COMP |
Funciones | |
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_mul | ( | const EC_GROUP * | group, |
EC_POINT * | r, | ||
const BIGNUM * | scalar, | ||
size_t | num, | ||
const EC_POINT * | points[], | ||
const BIGNUM * | scalars[], | ||
BN_CTX * | ctx | ||
) |