Skip to content
Open
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/1.1-draft).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crandmck I think you can update the link to https://cawg.io/identity/1.1/, it's out of draft!


## 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