Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Functions
accumulation_vector.hpp File Reference
#include <iostream>
#include <libsnark/common/data_structures/sparse_vector.hpp>
#include <libsnark/common/data_structures/accumulation_vector.tcc>
Include dependency graph for accumulation_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libsnark::accumulation_vector< T >
 
class  libsnark::accumulation_vector< T >
 

Namespaces

 libsnark
 

Functions

template<typename T >
std::ostream & libsnark::operator<< (std::ostream &out, const accumulation_vector< T > &v)
 
template<typename T >
std::istream & libsnark::operator>> (std::istream &in, accumulation_vector< T > &v)
 

Detailed Description

Declaration of interfaces for an accumulation vector.

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

Definition in file accumulation_vector.hpp.