// // Created by miti on 21/07/19. // #ifndef DECRYPTORAPP_SEALINGUNTRUSTED_H #define DECRYPTORAPP_SEALINGUNTRUSTED_H // for sealing - sgx_calc_sealed_data_size #include "../../Decryptor/Decryptor_u.h" #include "sgx_tseal.h" #include "sgx_eid.h" #include "FileIO.h" namespace SealingUntrusted { int look_for_signing_key_or_regenerate_it(sgx_enclave_id_t enclave_id, char* filename); }; #endif //DECRYPTORAPP_SEALINGUNTRUSTED_H