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

Expose claim version correctly in public API

Open gpeacock opened this issue 7 months ago • 2 comments

We need a well documented to set the claim_version for a builder and get the claim_version from a reader (or the reader_json.

there's a currently published api that returns the value as a u8. Should this be changed to an enum?

Builder pub fn claim_version(&self) -> [u8]

Should we have something like this on a Reader? Should the APi return an enum?

gpeacock avatar Jul 31 '25 23:07 gpeacock

https://trello.com/c/wmpLMEM9

llangsner avatar Sep 04 '25 19:09 llangsner

:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-10474 is successfully created for this GitHub issue.

github-jira-sync-bot avatar Dec 18 '25 00:12 github-jira-sync-bot