Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
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 | |