Whenever i try to generate a key gen, either through `sgx_rand`'s `thread_rng` or using the `sgx_tcrypto` library to call `create_key_pair`, I always run into the following error:
``` thread panicked while processing panic. aborting. Illegal instruction ``` My hypothesis is that there's a segfault when calling a `Rng`, whether it is directly or indirectly through `tcrypto_helper` Anyone faced this before, or have any idea how I might trace the error? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/218
