issues
search
tqsd
/
QuNetSim
A quantum network simulation framework.
https://tqsd.github.io/QuNetSim/
MIT License
118
stars
52
forks
source link
Fix QKD
#59
Closed
benjione
closed
4 years ago
benjione
commented
4 years ago
Fixes some issues with QKD, see #57
Also:
send_key of host returns now directly after the protocol is started
To wait for the QKD protocol to finish, get_key has to be called
Besides the key, also the attempts of transmission made for the key is now stored and returned alongside the key with get_key
Fixes some issues with QKD, see #57
Also: