Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
exponentiation.hpp File Reference
#include <cstdint>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/exponentiation/exponentiation.tcc>
Include dependency graph for exponentiation.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declaration of interfaces for (square-and-multiply) exponentiation.

Author
This file is part of libff, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file exponentiation.hpp.