A reworked c2pa sdk that can be shared across many programming languages and platforms.
This uses the uniffi tools to create language bindings for the Rust c2pa-rs library.
The result is a dynamic library that can be called directly from python and from c and eventually from swift and kotlin
This is a VERY experimental work in progress and will change considerably
Adding Manifests does not work here yet
Run make release
Run make python
Run make test_c
Run make test_python
Run make test
pip install pyopenssl cryptography --upgrade