We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadfed6 commit 6f8f640Copy full SHA for 6f8f640
1 file changed
client/client.py
@@ -106,10 +106,6 @@ async def etsi_get_key(
106
ETSI QKD 014 V1.1.1 Get key API.
107
"""
108
# 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.
113
if size is None:
114
size = self._DEFAULT_KEY_SIZE_IN_BITS
115
if size % 8 != 0:
0 commit comments