sgx-keyreq
A library for simplifying the retrieval of keys in an SGX enclave. The library is both
compatible with no_std environments as well as the stable rust compiler.
let mut key: = new?.gen;
get_key?;
Testing
Testing is done with the Fortanix Rust Enclave Development Platform. After installing the target, to run the tests:
# or
License: MIT OR Apache-2.0