c2pa-rs icon indicating copy to clipboard operation
c2pa-rs copied to clipboard

feat: Add `get_provenance_cert_chain` to `Reader`

Open iameli opened this issue 5 months ago • 2 comments

I found myself needing to inspect the cert chain present in a C2PA asset over in c2pa-go. This reader interface seemed to be the only piece exposed in the UniFFI bindings, so I added a helper function here. I have no idea if I'm doing it the right way, but it does work.

iameli avatar Sep 11 '24 23:09 iameli