Skip to content

Commit 6f8f640

Browse files
committed
Remove done TODOs
1 parent cadfed6 commit 6f8f640

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

client/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ async def etsi_get_key(
106106
ETSI QKD 014 V1.1.1 Get key API.
107107
"""
108108
# TODO: Make sure that this client is actually the initiator
109-
# TODO: Use the Slave SAE ID?
110-
# TODO: Store the _slave_sae_id somewhere. It should be used to determine who is allowed
111-
# to retrieve the key on the other side by calling Get Key with Key IDs.
112-
# Perhaps also store the master_sae_id to keep track of who the initiator/master is.
113109
if size is None:
114110
size = self._DEFAULT_KEY_SIZE_IN_BITS
115111
if size % 8 != 0:

0 commit comments

Comments
 (0)