fix: Add CAWG support for fragmented BMFF#1114
Merged
mauricefisher64 merged 10 commits intomainfrom May 20, 2025
Merged
Conversation
…wg_fbmff # Conflicts: # Cargo.lock # cawg_identity/Cargo.toml # sdk/examples/fragmented_bmff.rs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1114 +/- ##
==========================================
+ Coverage 80.30% 80.35% +0.04%
==========================================
Files 153 153
Lines 39323 39381 +58
==========================================
+ Hits 31579 31644 +65
+ Misses 7744 7737 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…wg_fbmff # Conflicts: # sdk/src/manifest.rs
scouten-adobe
approved these changes
May 20, 2025
Merged
n8fr8
pushed a commit
to n8fr8/c2pa-rs
that referenced
this pull request
May 22, 2025
* Support for CAWG signing and validation of fragmented bmff. * remove unintentional file addition * clippy fix * another clippy fix * wasm build fixes * Fix wasm build * Add unit tests * Delete cawg_identity/Cargo.toml
Merged
gpeacock
pushed a commit
that referenced
this pull request
Dec 16, 2025
* Support for CAWG signing and validation of fragmented bmff. * remove unintentional file addition * clippy fix * another clippy fix * wasm build fixes * Fix wasm build * Add unit tests * Delete cawg_identity/Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in this pull request
Adds support for CAWG signers
New example of CAWG signing for fragmented BMFF files.
Checklist
TO DOitems (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.