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 9e7b9cf commit 3fc818fCopy full SHA for 3fc818f
src/c2pa/c2pa.py
@@ -205,7 +205,8 @@ class C2paSignerInfo(ctypes.Structure):
205
("ta_url", ctypes.c_char_p),
206
]
207
208
- # Mapping from C2paSigningAlg enum to string representation
+ # Mapping from C2paSigningAlg enum to string representation,
209
+ # as the enum value currently maps by default to an integer value.
210
_ALG_MAPPING = {
211
C2paSigningAlg.ES256: b"es256",
212
C2paSigningAlg.ES384: b"es384",
0 commit comments