Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Wrap some ostream, hashing data as it is written. More...
#include <hash_stream.hpp>
Public Member Functions | |
hash_ostream_wrapper (std::ostream &inner_stream) | |
void | get_hash (typename HashT::OutBuffer out_hash) |
Wrap some ostream, hashing data as it is written.
Definition at line 31 of file hash_stream.hpp.
|
explicit |
void libzeth::hash_ostream_wrapper< HashT >::get_hash | ( | typename HashT::OutBuffer | out_hash | ) |