Crates.io | mc-sgx-panic |
lib.rs | mc-sgx-panic |
version | 0.1.0 |
source | src |
created_at | 2023-02-01 23:39:11.213052 |
updated_at | 2023-02-01 23:39:11.213052 |
description | Panic handler for SGX enclaves |
homepage | |
repository | https://github.com/mobilecoinfoundation/sgx-std |
max_upload_size | |
id | 774379 |
size | 5,168 |
Panic handler for use in SGX enclaves
The panic handler will redirect to the SGX SDK abort()
method to mark the
enclave as crashed.
log
: Log panic messages during panic handling. The panic messages will be
directed to the host via
mc-sgx-io::stderr_write_all.