When defining the default exponent is documented to be 65537, see: https://github.com/apache/incubator-teaclave-sgx-sdk/blob/255b2093ea39ce7b9729135e65c75cdd9045b379/sgx_crypto_helper/src/rsa3072.rs#L7
However: `[0x01, 0x00, 0x00, 0x01]` equals 16777217 It should be: `[0x00, 0x01, 0x00, 0x01]`, which equals 65537 -- 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/296
