Wire Sysio Wire Sysion 1.0.0
|
#include <cstdint>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/exponentiation/exponentiation.tcc>
Go to the source code of this file.
Namespaces | |
namespace | libff |
Functions | |
template<typename FieldT , mp_size_t m> | |
FieldT | libff::power (const FieldT &base, const bigint< m > &exponent) |
template<typename FieldT > | |
FieldT | libff::power (const FieldT &base, const unsigned long exponent) |
Declaration of interfaces for (square-and-multiply) exponentiation.
Definition in file exponentiation.hpp.