22 releases (11 breaking)

new 0.12.0 May 21, 2025
0.11.0 Mar 22, 2024
0.10.1 Dec 11, 2023
0.9.0 Oct 19, 2023
0.3.0 Oct 20, 2022

#94 in FFI

Download history 124/week @ 2025-01-31 133/week @ 2025-02-07 109/week @ 2025-02-14 217/week @ 2025-02-21 194/week @ 2025-02-28 625/week @ 2025-03-07 610/week @ 2025-03-14 854/week @ 2025-03-21 254/week @ 2025-03-28 556/week @ 2025-04-04 933/week @ 2025-04-11 526/week @ 2025-04-18 538/week @ 2025-04-25 317/week @ 2025-05-02 318/week @ 2025-05-09 766/week @ 2025-05-16

2,024 downloads per month
Used in 44 crates (19 directly)

Apache-2.0

105KB
210 lines

MobileCoin SGX: Build Utilities

Project ChatLicenseTargetCrates.ioDocs StatusDependency Status

Utilities for compiling FFI wrappers to SGX libraries.

Environment Variables

Below are environment variables that affect the building of the SGX FFI wrappers.

  • SGX_SDK The path to the Intel SGX SDK. Provides:

    1. The location of the SGX SDK headers.

      Note: the DCAP headers are assumed to be in the default system include path

    2. The location of the SGX SDK libraries for linking

    When SGX_SDK is not set:

    1. The vendored local directory headers/ will be used for compile time includes
    2. /opt/intel/sgxsdk will be used as the linking directory for SGX SDK libraries
  • CFLAGS - Used when generating the rust bindings. Useful to specify system include paths. Multiple arguments can be separated with whitespace. This does not support escaped whitespace as specified in https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html

Dependencies

~5.5–7MB
~135K SLoC