Open-QKD-Network / qkd-net

Protocol stack for QKD networks with key management
https://openqkdnetwork.net/
MIT License
34 stars 31 forks source link

Add RPC method for sending keys from SatelliteDriver #39

Closed mihranmashhud closed 2 years ago

mihranmashhud commented 2 years ago

Adds the OnKeyFromSatelliteDriver method to the KeyTransferServer.

In reality it is using the same code from OnKeyFromCQP as before. Just extracted it out so that they each can have different log messages for debugging purposes.