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 fe29ba8 commit 857ed2aCopy full SHA for 857ed2a
sigstore/_utils.py
@@ -33,9 +33,9 @@
33
load_der_x509_certificate,
34
)
35
from cryptography.x509.oid import ExtendedKeyUsageOID, ExtensionOID
36
+from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
37
38
from sigstore.errors import Error
-from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
39
40
if sys.version_info < (3, 11):
41
import importlib_resources as resources
sigstore/verify/models.py
@@ -39,7 +39,6 @@
VerificationMaterial,
from sigstore_protobuf_specs.dev.sigstore.common.v1 import (
42
- HashAlgorithm,
43
HashOutput,
44
LogId,
45
MessageSignature,
0 commit comments