We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8297a9a commit 6f7e8d3Copy full SHA for 6f7e8d3
src/c2pa/c2pa.py
@@ -1893,7 +1893,7 @@ def _sign_internal(
1893
signer: Signer,
1894
format: str,
1895
source_stream: Stream,
1896
- dest_stream: Stream) -> tuple[int, bytes]:
+ dest_stream: Stream) -> bytes:
1897
"""Internal signing logic shared between sign() and sign_file() methods,
1898
to use same native calls but expose different API surface.
1899
@@ -1904,7 +1904,7 @@ def _sign_internal(
1904
dest_stream: The destination stream
1905
1906
Returns:
1907
- A tuple of (size of C2PA data, manifest bytes)
+ Manifest bytes
1908
1909
Raises:
1910
C2paError: If there was an error during signing
0 commit comments