Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Namespaces | Functions
tool_util.cpp File Reference
#include "libtool/tool_util.hpp"
Include dependency graph for tool_util.cpp:

Go to the source code of this file.

Namespaces

 libtool
 Utilities that are likely to be useful for command line tools.
 

Functions

std::ifstream libtool::open_binary_input_file (const std::string &filename)
 
std::ofstream libtool::open_binary_output_file (const std::string &filename)
 Utility function to open a binary file for writing, with appropriate flags. More...