Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
#include "libzeth/circuits/mimc/mimc_mp.hpp"
#include <libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
#include <libff/algebra/curves/bls12_377/bls12_377_pp.hpp>
#include <libff/algebra/curves/bw6_761/bw6_761_pp.hpp>
#include <libff/algebra/curves/mnt/mnt4/mnt4_pp.hpp>
#include <libff/algebra/curves/mnt/mnt6/mnt6_pp.hpp>
Go to the source code of this file.
Namespaces | |
libzeth | |
Typedefs | |
template<typename FieldT > | |
using | libzeth::mimc_compression_function_gadget = typename mimc_compression_function_selector< FieldT >::compression_function_gadget |