-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Trusty TEE for SAGA 2.0 #251
Comments
Maybe, it can help: For sign ED25519 in Android trust enclave can be use rust with openssl-rust crate.
MODULE_LIBRARY_DEPS +=
Thanks this is possible use openssl-rust precompile dependencies in trusty application: Example with openssl in trusty -rust: For sign tx can be use this template:
In function on_message as a msg's can be tx params for signing, and then code for signing with pure openssl-rust
|
It is not an issue but an idea for security improvement. SAGA 2.0 will be on the Snapdragon Gen1 CPU with Qualcomm TEE. TEE is based on ARM TrustZone technology. Thanks to Trusty TEE (Trusty TEE | Android Open Source Project) is possible to run code in the security enclave. Moving code dedicated for signing transactions to enclave can have a positive influence on security.
The text was updated successfully, but these errors were encountered: