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 75544ac commit 2327443Copy full SHA for 2327443
pyasice/container.py
@@ -22,6 +22,7 @@ def resolve_algorithm(cert: Union[bytes, Certificate], algorithm="sha256") -> st
22
23
return f"rsa-{algorithm}"
24
25
+
26
class Container(object):
27
"""
28
Manipulate ASiC-E/BDoc v2 containers.
0 commit comments