Wire Sysio Wire Sysion 1.0.0
|
#include <vector>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/scalar_multiplication/wnaf.tcc>
Go to the source code of this file.
Namespaces | |
namespace | libff |
Functions | |
template<mp_size_t n> | |
std::vector< long > | libff::find_wnaf (const size_t window_size, const bigint< n > &scalar) |
template<typename T , mp_size_t n> | |
T | libff::fixed_window_wnaf_exp (const size_t window_size, const T &base, const bigint< n > &scalar) |
template<typename T , mp_size_t n> | |
T | libff::opt_window_wnaf_exp (const T &base, const bigint< n > &scalar, const size_t scalar_bits) |
Declaration of interfaces for wNAF ("width-w Non-Adjacent Form") exponentiation routines.
Definition in file wnaf.hpp.