[Assignment-7] authorized public keys
This commit is contained in:
parent
cd43a6744a
commit
0c6d015cf5
1 changed files with 11 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue