Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
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) |
Wrap some istream, hashing all data as it is read.
Definition at line 32 of file hash_stream.hpp.
|
explicit |
void libzeth::hash_istream_wrapper< HashT >::get_hash | ( | typename HashT::OutBuffer | out_hash | ) |