Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
libff
algebra
curves
bn128
bn_utils.hpp
Go to the documentation of this file.
1
8
#ifndef BN_UTILS_HPP_
9
#define BN_UTILS_HPP_
10
#include "depends/ate-pairing/include/bn.h"
11
12
#include <vector>
13
14
namespace
libff
15
{
16
17
template
<
typename
FieldT>
void
bn_batch_invert
(std::vector<FieldT> &vec);
18
19
}
// namespace libff
20
21
#include <
libff/algebra/curves/bn128/bn_utils.tcc
>
22
23
#endif // BN_UTILS_HPP_
libff
Definition:
ffi.cpp:8
bn_utils.tcc
libff::bn_batch_invert
void bn_batch_invert(std::vector< FieldT > &vec)
Generated on Thu Aug 18 2022 12:42:18 for Clearmatics Libff by
1.8.17