Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ For example:
auto manifest_data = builder.sign("source_asset.jpg", "output_asset.jpg", signer);
```

## CAWG identity

The C++ library can validate [CAWG identity assertions](https://cawg.io/identity/).

## More examples

The simple C++ example in [`examples/training.cpp`](https://github.com/contentauth/c2pa-c/blob/main/examples/training.cpp) uses the [JSON for Modern C++](https://json.nlohmann.me/) library class.
Expand Down