Skip to content

Commit f2ace1e

Browse files
author
Roxana Meixner
committed
fix comment
1 parent 1f42891 commit f2ace1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/UbirchWrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, key_store: ubirch.KeyStore, uuid: UUID, env: str, key_type: s
5656
if env not in ubirch.get_backend_environments():
5757
raise ValueError("Invalid ubirch env! Must be one of {}".format(ubirch.get_backend_environments()))
5858

59-
# check if the keystore has the same key_type for the device UUID and the backend response
59+
# insert key for backend response signature verification into keystore
6060
if key_type == ECDSA_TYPE:
6161
self.__ks.insert_ecdsa_verifying_key(ubirch.get_backend_uuid(env),
6262
ubirch.get_backend_verifying_key(env, ECDSA_TYPE))

0 commit comments

Comments
 (0)