#ifndef _CRYPT_H_ #define _CRYPT_H_ #include #include #include "crypt_args.h" #include #include "bigint/BigIntegerLibrary.hh" using namespace std; /* function prototypes */ struct rsakey_t parse_key(FILE *); class crypt { protected: private: public: crypt() {}; }; #endif