contentauth / c2pa-rs

Rust SDK for the core C2PA (Coalition for Content Provenance and Authenticity) specification
Other
99 stars 42 forks source link

Claim_V2 support #486

Open mauricefisher64 opened 2 weeks ago

mauricefisher64 commented 2 weeks ago

Claim V2 is the main change for the C2PA spec. It requires an new Claim object that distinguishes between "created" and "gathered" assertion. The SDK will be updated in a backwards compatible want to support 1.4 and 2.0 assertions seamlessly. Both Claim V2 and Claim V2 are allowed to live together.

This story is to plumb through Claim V2 support