Assignment-7-sgximpl #13

Merged
saschato merged 62 commits from Assignment-7-sgximpl into Assignment-7 2024-07-08 11:03:28 +02:00
Showing only changes of commit 0c6d015cf5 - Show all commits

View file

@ -53,6 +53,17 @@
#define SI_SIZE 2*SK_SIZE
#endif
const sgx_ec256_public_t authorized[2] = {
{
0,
0
},
{
0,
0
}
};
int get_sealed_size() {
return sgx_calc_sealed_data_size(PK_SIZE, SK_SIZE);
}