contentauth / c2pa-rs

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

Data Box usage #485

Open stefanodevenuto opened 2 weeks ago

stefanodevenuto commented 2 weeks ago

Hi, I'm quite new to the C2PA specification, and while reading it I approached the concept of Data Box (https://c2pa.org/specifications/specifications/2.0/specs/C2PA_Specification.html#_data_boxes).

While using this library, I couldn't find a way to create a Data Box and later reference it from an Assertion. Is there a way to do it currently?