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 ?
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.