1#ifndef SECP256K1_MULTISCALAR_HPP
2#define SECP256K1_MULTISCALAR_HPP
48 const std::vector<fast::Point>& points);
fast::Point shamir_trick(const fast::Scalar &a, const fast::Point &P, const fast::Scalar &b, const fast::Point &Q)
fast::Point multi_scalar_mul(const fast::Scalar *scalars, const fast::Point *points, std::size_t n)
unsigned strauss_optimal_window(std::size_t n)