c2pa-rs
c2pa-rs copied to clipboard
Expose `SignatureInfo` publicly
Changes in this pull request
Expose SignatureInfo publicly (already used in public API).
Checklist
- [x] This PR represents a single feature, fix, or change.
- [x] All applicable changes have been documented.
- [x] Any
TO DOitems (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.
I think if we are making the struct public, it makes sense to also make the fields public. We could alternatively provide getters.
If user's are deserializing into the struct, I think it makes sense to have the fields public so they know what they're deserializing into.