You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I wrote an enclave that generates an asymmetric encryption/decryption keys of 2048 bits. With a regular program, it runs in seconds, but within the enclave this is taking a lifetime. There is a do-while loop in my program which causes the slowdown but cant figure out why it would run differently. Can you help me with some hints please ?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
BoujdadFz
changed the title
sgx program running too slow
opensgx program running too slow
Aug 23, 2019
BoujdadFz
changed the title
opensgx program running too slow
why does a loop slows down my code compared to a regular execution ?
Aug 27, 2019
Hello,
I wrote an enclave that generates an asymmetric encryption/decryption keys of 2048 bits. With a regular program, it runs in seconds, but within the enclave this is taking a lifetime. There is a do-while loop in my program which causes the slowdown but cant figure out why it would run differently. Can you help me with some hints please ?
Thank you for your help.
The text was updated successfully, but these errors were encountered: