#ifndef SDKTYPES_H #define SDKTYPES_H // Common type declarations to reduce code verbosity. using std::string; using std::vector; using std::fstream; using std::ifstream; using std::ofstream; using std::ostringstream; namespace fs = std::filesystem; typedef const unsigned char* rsig_t; #endif // SDKTYPES_H