1 unstable release
0.1.0 | Feb 1, 2023 |
---|
#1881 in Hardware support
34KB
381 lines
MobileCoin: Common panic handling behavior for SGX enclaves
Panic handler for use in SGX enclaves
The panic handler will redirect to the SGX SDK abort()
method to mark the
enclave as crashed.
Features
log
: Log panic messages during panic handling. The panic messages will be directed to the host via mc-sgx-io::stderr_write_all.
Dependencies
~0–620KB
~12K SLoC