Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
curve_utils.hpp
Go to the documentation of this file.
1
8#ifndef CURVE_UTILS_HPP_
9#define CURVE_UTILS_HPP_
10#include <cstdint>
11
13
14namespace libff {
15
16template<typename GroupT, mp_size_t m>
17GroupT scalar_mul(const GroupT &base, const bigint<m> &scalar);
18
19} // libff
20#include <libff/algebra/curves/curve_utils.tcc>
21
22#endif // CURVE_UTILS_HPP_
GroupT scalar_mul(const GroupT &base, const bigint< m > &scalar)