| 
    Zeth - Zerocash on Ethereum
    0.8
    
   Reference implementation of the Zeth protocol by Clearmatics 
   | 
 
Internal streambuf for hash_ostream. Hash and discard all written data. More...
#include <hash_stream.hpp>


Protected Member Functions | |
| hash_streambuf () | |
| virtual std::streamsize | xsputn (const char *s, std::streamsize n) override | 
Protected Attributes | |
| HashT | hash_state | 
Friends | |
| class | hash_ostream< HashT > | 
Internal streambuf for hash_ostream. Hash and discard all written data.
Definition at line 35 of file hash_stream.hpp.
      
  | 
  protected | 
      
  | 
  overrideprotectedvirtual | 
      
  | 
  friend | 
Definition at line 43 of file hash_stream.hpp.
      
  | 
  protected | 
Definition at line 41 of file hash_stream.hpp.
 1.8.17