ecc_point_mult_shamir
EXPORT_SYMBOL(ecc_point_mult_shamir);
ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve);
ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key,
void ecc_point_mult_shamir(const struct ecc_point *result,