Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Namespaces | Functions
multi_exp.hpp File Reference
#include "libzeth/core/include_libff.hpp"
#include "libzeth/core/multi_exp.tcc"
Include dependency graph for multi_exp.hpp:

Go to the source code of this file.

Namespaces

 libzeth
 

Functions

template<typename FieldT , typename GroupT >
GroupT libzeth::multi_exp (typename std::vector< GroupT >::const_iterator gs_start, typename std::vector< GroupT >::const_iterator gs_end, typename std::vector< FieldT >::const_iterator fs_start, typename std::vector< FieldT >::const_iterator fs_end)
 
template<typename ppT , typename GroupT >
GroupT libzeth::multi_exp (const std::vector< GroupT > &gs, const libff::Fr_vector< ppT > &fs)