= {
ec_GFp_mont_point_get_affine_coordinates,
}
int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
Definition: ec_montgomery.c:178
int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src)
Definition: ec_montgomery.c:91
int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
Definition: ec_montgomery.c:188
int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
Definition: ec_montgomery.c:158
int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
Definition: ec_montgomery.c:168
int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx)
Definition: wnaf.c:227
void ec_GFp_mont_group_finish(EC_GROUP *group)
Definition: ec_montgomery.c:85
int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
Definition: ec_montgomery.c:117
int ec_GFp_mont_group_init(EC_GROUP *group)
Definition: ec_montgomery.c:77