Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Classes | Namespaces
hash_stream.hpp File Reference
#include <ios>
#include <iostream>
#include "libzeth/core/hash_stream.tcc"
Include dependency graph for hash_stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libzeth::hash_ostream< HashT >
 Simple ostream which hashes any incoming data and discards it. More...
 
class  libzeth::hash_ostream_wrapper< HashT >
 Wrap some ostream, hashing data as it is written. More...
 
class  libzeth::hash_istream_wrapper< HashT >
 Wrap some istream, hashing all data as it is read. More...
 
class  libzeth::hash_streambuf< HashT >
 Internal streambuf for hash_ostream. Hash and discard all written data. More...
 
class  libzeth::hash_streambuf_wrapper< HashT >
 Internal streambuf for wrapped streams. Hash data and forward. More...
 
class  libzeth::hash_ostream< HashT >
 Simple ostream which hashes any incoming data and discards it. More...
 
class  libzeth::hash_ostream_wrapper< HashT >
 Wrap some ostream, hashing data as it is written. More...
 
class  libzeth::hash_istream_wrapper< HashT >
 Wrap some istream, hashing all data as it is read. More...
 

Namespaces

 libzeth