Crate mc_sgx_panic

Source
Expand description

§MobileCoin: Common panic handling behavior for SGX enclaves

Project ChatLicenseTargetCrates.ioDocs StatusDependency Status

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