Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Public Member Functions | List of all members
libzeth::hash_istream_wrapper< HashT > Class Template Reference

Wrap some istream, hashing all data as it is read. More...

#include <hash_stream.hpp>

Public Member Functions

 hash_istream_wrapper (std::istream &inner_stream)
 
void get_hash (typename HashT::OutBuffer out_hash)
 

Detailed Description

template<typename HashT>
class libzeth::hash_istream_wrapper< HashT >

Wrap some istream, hashing all data as it is read.

Definition at line 32 of file hash_stream.hpp.

Constructor & Destructor Documentation

◆ hash_istream_wrapper()

template<typename HashT >
libzeth::hash_istream_wrapper< HashT >::hash_istream_wrapper ( std::istream &  inner_stream)
explicit

Member Function Documentation

◆ get_hash()

template<typename HashT >
void libzeth::hash_istream_wrapper< HashT >::get_hash ( typename HashT::OutBuffer  out_hash)
Here is the caller graph for this function:

The documentation for this class was generated from the following file: