Skip to content

Commit 92d6e58

Browse files
committed
Clarify signing function use
1 parent 20550d3 commit 92d6e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ manifest_json = json.dumps({
8383

8484
### Signing function
8585

86-
The `sign_ps256` function is [defined in the library](https://github.com/contentauth/c2pa-python/blob/main/c2pa/c2pa_api/c2pa_api.py#L209) and is reproduced here to show how signing is performed.
86+
The `sign_ps256` function is [defined in the library](https://github.com/contentauth/c2pa-python/blob/main/c2pa/c2pa_api/c2pa_api.py#L209) is used in both file-based and stream-based methods and is reproduced here to show how signing is performed.
8787

8888
```py
8989
# Example of using Python crypto to sign data using openssl with Ps256

0 commit comments

Comments
 (0)