|
@@ -26,12 +26,6 @@ bool ecall_config_load(threadid_t nthreads, bool private_routing,
|
|
|
g_teems_config.private_routing = private_routing;
|
|
|
memcpy(g_teems_config.clients_aes_key, apiparams->client_aes_key, SGX_AESGCM_KEY_SIZE);
|
|
|
|
|
|
- printf("\n\nClient AES key test:\n");
|
|
|
- for(int i = 0; i<SGX_AESGCM_KEY_SIZE; i++) {
|
|
|
- printf("%d", g_teems_config.clients_aes_key[i]);
|
|
|
- }
|
|
|
- printf("\n\n");
|
|
|
-
|
|
|
// Temporary vectors to store node numbers for nodes of different
|
|
|
// types, where the node numbers are smaller than our own node
|
|
|
// number
|