Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
bn_utils.hpp
Go to the documentation of this file.
1
8#ifndef BN_UTILS_HPP_
9#define BN_UTILS_HPP_
10#include <vector>
11
13
14namespace libff {
15
16template<typename FieldT>
17void bn_batch_invert(std::vector<FieldT> &vec);
18
19} // libff
20
21#include <libff/algebra/curves/bn128/bn_utils.tcc>
22
23#endif // BN_UTILS_HPP_
BN parameter.
void bn_batch_invert(std::vector< FieldT > &vec)