Kailai-Wang opened a new issue, #456: URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/456
I'm using the branch `v2.0.0-preview-11-17`, creating Rsa3072KeyPair works for `tcrypto` feature (within enclave) but not with `ucrypto` for non-enclave. It can be reproduced by: ``` use sgx_crypto::rsa::Rsa3072KeyPair; fn main() { let _ = Rsa3072KeyPair::create().unwrap(); } ``` with dep: ``` [dependencies] sgx_crypto = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", branch = "v2.0.0-preview-11-17", default-features = false, features = ["ucrypto"] } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org