-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Per 2.0 of the spec we can have c2pa.assertion.metadata assertions that provide metadata about other assertions.
The content model for this calls for a reference property with a hashed-uri-map that needs the JUMBF URL of the other assertion as well as the hash of the assertion.
Can this be supported? I saw from issue 133 that I could add an instanceId to my manifest JSON to get the ingredient assertion hash. Is there a similar way to refer to other assertions?
BTW: I noticed that each time I generate a manifest the hash for the metadata assertions changes even if the assertion JSON hasn't changed. Is that because the c2patool is generating a new salt for the assertion JUMBF box? If so, is there a way to specify what the salt should be when generating a manifest so the hash will be the same each time?