syedelec opened a new issue, #84: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/84
Hi I am trying to play around with some rust TA examples and I found that the `signature_verification-rs` [example](https://github.com/apache/incubator-teaclave-trustzone-sdk/tree/master/examples/signature_verification-rs) is using the ring module from a specific repo (https://github.com/veracruz-project/ring.git) My questions are the following: 1. is it safe and secure to use external crate in the TA for cryptographic operations instead of tee api? 2. why use a specific repo for ring and not the official crate? (https://crates.io/crates/ring) 3. are there other crypto crate we could use in TA? Thanks -- 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: dev-unsubscr...@teaclave.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org