File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2828from cryptography .hazmat .primitives .asymmetric .utils import Prehashed
2929from cryptography .x509 import Certificate , ExtensionNotFound , Version
3030from cryptography .x509 .oid import ExtendedKeyUsageOID , ExtensionOID
31+ from sigstore_protobuf_specs .dev .sigstore .common .v1 import HashAlgorithm
3132
3233from sigstore .errors import Error
33- from sigstore_protobuf_specs .dev .sigstore .common .v1 import HashAlgorithm
3434
3535if sys .version_info < (3 , 11 ):
3636 import importlib_resources as resources
Original file line number Diff line number Diff line change 3939 VerificationMaterial ,
4040)
4141from sigstore_protobuf_specs .dev .sigstore .common .v1 import (
42- HashAlgorithm ,
4342 HashOutput ,
4443 LogId ,
4544 MessageSignature ,
You can’t perform that action at this time.
0 commit comments