We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d9a37 commit 5883082Copy full SHA for 5883082
signedjson/key.py
@@ -50,7 +50,7 @@ def get_verify_key(signing_key):
50
51
52
def decode_signing_key_base64(algorithm, version, key_base64):
53
- # type: (str, str, bytes) -> SigningKey
+ # type: (str, str, str) -> SigningKey
54
"""Decode a base64 encoded signing key
55
Args:
56
algorithm: The algorithm the key is for (currently "ed25519").
0 commit comments