m2.cryptaffinity/src/lib/key.hh

21 lines
268 B
C++
Raw Normal View History

#ifndef _CRYPTAFINIY_KEY_HH
#define _CRYPTAFINIY_KEY_HH
//#include "text.hh"
//#include "cryptafinity_global.hh"
//#include "cryptafinity_iface.hh"
namespace LibCryptAfinity {
class Key {
private:
public:
Key();
//std::string toString();
};
}
#endif