# itrustee_sdk **Repository Path**: openeuler/itrustee_sdk ## Basic Information - **Project Name**: itrustee_sdk - **Description**: Confidential computing framework for developing TA on itrustee OS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 31 - **Forks**: 31 - **Created**: 2020-12-30 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-confidential-computing ## README iTrustee SDK ============ Getting Started --------------- Before setup your own project, please download libboundscheck software for secure function library. Decompress the openeuler-libboundscheck-master.zip package, then put this software to thirdparty/open_source path. Ensure that the header file path is thirdparty/open_source/libboundscheck/include. This software download address is https://gitee.com/openeuler/libboundscheck. build demo project: $ cd test/CA/helloworld $ make $ cd test/TA/helloworld $ make copy build result CA executable file and TA binary(xxx.sec) to /var/itrustee/ta #the path "/vendor/bin/" may be changed as your opinion, make sure it consistent with the path defined in your TA's source code $ /vendor/bin/demo_hello for more details please refor "iTrustee SDKÖ².chm"