#ifndef _CLIENT_H_ #define _CLIENT_H_ #include "common.h" #include "crypto.h" #include "CryptoTools.h" #include "stubclient.h" #include "remoteAttestation.h" int getSession(); int writeBackSession(); int secureGenerateECDSAKey(); int secureGetPublicKey(); int secureEcdsaSign(); int testDecode(); const char session_file[] = "./session.dat"; #endif