Signature
Which signing scheme produced a signature
Signature: TypeAlias = Literal["ed25519", "rsa"]
The pre-PEP 695 spelling. It stays a plain attribute rather than a TypeAlias object, but should carry the same label as its neighbours.
Which signing scheme produced a signature
Signature: TypeAlias = Literal["ed25519", "rsa"]
The pre-PEP 695 spelling. It stays a plain attribute rather than a TypeAlias object, but should carry the same label as its neighbours.