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 1f42891 commit f2ace1eCopy full SHA for f2ace1e
examples/UbirchWrapper.py
@@ -56,7 +56,7 @@ def __init__(self, key_store: ubirch.KeyStore, uuid: UUID, env: str, key_type: s
56
if env not in ubirch.get_backend_environments():
57
raise ValueError("Invalid ubirch env! Must be one of {}".format(ubirch.get_backend_environments()))
58
59
- # check if the keystore has the same key_type for the device UUID and the backend response
+ # insert key for backend response signature verification into keystore
60
if key_type == ECDSA_TYPE:
61
self.__ks.insert_ecdsa_verifying_key(ubirch.get_backend_uuid(env),
62
ubirch.get_backend_verifying_key(env, ECDSA_TYPE))
0 commit comments