Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTASCIIArmor.cpp File Reference
#include "stdafx.hpp"
#include "crypto/OTASCIIArmor.hpp"
#include "crypto/OTCrypto.hpp"
#include "crypto/OTEnvelope.hpp"
#include "OTLog.hpp"
#include "OTStorage.hpp"
#include <fstream>
#include <zlib.h>
Include dependency graph for OTASCIIArmor.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Functions

std::string opentxs::compress_string (const std::string &str, int32_t compressionlevel=Z_BEST_COMPRESSION)
 
std::string opentxs::decompress_string (const std::string &str)