Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
exponentiation.hpp
Go to the documentation of this file.
1
12
#ifndef EXPONENTIATION_HPP_
13
#define EXPONENTIATION_HPP_
14
15
#include <cstdint>
16
17
#include <
libff/algebra/fields/bigint.hpp
>
18
19
namespace
libff
{
20
21
template
<
typename
FieldT, mp_
size_t
m>
22
FieldT
power
(
const
FieldT &base,
const
bigint<m>
&exponent);
23
24
template
<
typename
FieldT>
25
FieldT
power
(
const
FieldT &base,
const
unsigned
long
exponent);
26
27
}
// libff
28
29
#include <libff/algebra/exponentiation/exponentiation.tcc>
30
31
#endif
// EXPONENTIATION_HPP_
libff::bigint
Definition
bigint.hpp:31
bigint.hpp
libff
Definition
alt_bn128_g1.cpp:10
libff::power
FieldT power(const FieldT &base, const bigint< m > &exponent)
libraries
fc
libraries
ff
libff
algebra
exponentiation
exponentiation.hpp
Generated by
1.12.0