contentauth / c2pa-c

C and C++ binding for C2PA
Apache License 2.0
6 stars 5 forks source link

How can C2PA's C++ API be run in a TEE like Trustonic? #19

Open gongzhimin opened 3 weeks ago

gongzhimin commented 3 weeks ago

I am working on the c2pa-c project and would like to know how the C++ APIs provided by this repo can be run within a Trusted Execution Environment (TEE), specifically Trustonic. We are in the process of attempting to apply C2PA on mobile phone. Are there any special considerations or steps required to achieve this? As the README mainly focuses on macOS and common Linux distributions, there is currently no guidance on running in a TEE. Any help or pointers would be greatly appreciated. 🙏