|
2 | 2 |
|
3 | 3 | # Resources |
4 | 4 |
|
| 5 | +### IETF draft draft-mwag-dske |
| 6 | + |
5 | 7 | The following Internet Engineering Task Force (IETF) Internet-Draft describes the DSKE protocol |
6 | 8 | that was the inspiration for the implementation in this repository: |
7 | 9 |
|
8 | 10 | ID: draft-mwag-dske <br/> |
9 | 11 | Title: Distributed Symmetric Key Establishment (DSKE) <br/> |
10 | 12 | Authors: Mattia Montagna, Manfred von Willich, Melchior Aelmans, Gert Grammel <br/> |
11 | | -Link: https://datatracker.ietf.org/doc/draft-mwag-dske/ <br/> |
| 13 | +Link: [https://datatracker.ietf.org/doc/draft-mwag-dske/](https://datatracker.ietf.org/doc/draft-mwag-dske/) <br/> |
| 14 | + |
| 15 | +### ArXiv paper Distributed Symmetric Key Establishment: A scalable, quantum-proof key distribution system |
12 | 16 |
|
13 | 17 | The following arXiv paper describes the DSKE protocol in more detail: |
14 | 18 |
|
15 | 19 | ID: arXiv:2205.00615 <br/> |
16 | 20 | Title: Distributed Symmetric Key Establishment: A scalable, quantum-proof key distribution system <br/> |
17 | 21 | Authors: Hoi-Kwong Lo, Mattia Montagna, Manfred von Willich<br/> |
18 | | -Link: https://arxiv.org/abs/2205.00615 <br/> |
| 22 | +Link: [https://arxiv.org/abs/2205.00615](https://arxiv.org/abs/2205.00615) <br/> |
| 23 | + |
| 24 | +### ArXiv paper Composable Security of Distributed Symmetric Key Establishment Protocol |
19 | 25 |
|
20 | 26 | The following arXiv paper provides a security proof for the DSKE protocol: |
21 | 27 |
|
22 | 28 | ID: arXiv:2304.13789 <br/> |
23 | 29 | Title: Composable Security of Distributed Symmetric Key Establishment Protocol <br/> |
24 | 30 | Authors: Jie Lin, Manfred von Willich, Hoi-Kwong Lo <br/> |
25 | | -Link: https://arxiv.org/abs/2304.13789 <br/> |
| 31 | +Link: [https://arxiv.org/abs/2304.13789](https://arxiv.org/abs/2304.13789) <br/> |
| 32 | + |
| 33 | +### Company Quantum Bridge |
| 34 | + |
| 35 | +Quantum Bridge is the company that published the above draft and papers and that sells a commercial |
| 36 | +implementation of the DSKE protocol. |
| 37 | +This open source implementation has been developed completely independently of and without any |
| 38 | +involvement of Quantum Bridge. |
| 39 | + |
| 40 | +Company name: Quantum Bridge <br/> |
| 41 | +Link: [https://qubridge.io/](https://qubridge.io/) <br/> |
| 42 | + |
| 43 | +### Paper A Secret Key Spreading Protocol for Extending ETSI Quantum Key Distribution |
26 | 44 |
|
27 | 45 | The following paper describes a similar protocol for relaying QKD keys using Shamir's Secret |
28 | 46 | Sharing (SSS): |
29 | 47 |
|
30 | 48 | Title: A Secret Key Spreading Protocol for Extending ETSI Quantum Key Distribution <br/> |
31 | 49 | Authors: Thomas Prévost, Bruno Martin, Olivier Alibart <br/> |
32 | | -Link: https://www.scitepress.org/Papers/2025/130771/130771.pdf <br/> |
| 50 | +Link: [https://www.scitepress.org/Papers/2025/130771/130771.pdf](https://www.scitepress.org/Papers/2025/130771/130771.pdf) <br/> |
| 51 | + |
| 52 | +### Key delivery standard ETSI GS QKD 014 |
33 | 53 |
|
34 | 54 | The code contains a simplified implementation of the key delivery interface defined in the |
35 | 55 | following standard: |
36 | 56 |
|
37 | 57 | ID: ETSI GS QKD 014 V1.1.1 (2019-02) <br/> |
38 | 58 | Title: Quantum Key Distribution (QKD); Protocol and data format of REST-based key delivery API <br/> |
39 | | -Link: https://www.etsi.org/deliver/etsi_gs/QKD/001_099/014/01.01.01_60/gs_qkd014v010101p.pdf <br/> |
| 59 | +Link: [https://www.etsi.org/deliver/etsi_gs/QKD/001_099/014/01.01.01_60/gs_qkd014v010101p.pdf](https://www.etsi.org/deliver/etsi_gs/QKD/001_099/014/01.01.01_60/gs_qkd014v010101p.pdf) <br/> |
| 60 | + |
| 61 | +### Cloud-based ETSI GS QKD 014 service QuKayDee |
40 | 62 |
|
41 | 63 | For a fully standards-compliant cloud-hosted implementation of the ETSI GS QKD 014 key delivery |
42 | 64 | interface see: |
43 | 65 |
|
44 | 66 | Title: QuKayDee: A QKD network simulator, focused on APIs <br/> |
45 | 67 | Authors: Bruno Rijsman <br/> |
46 | | -Link: https://qukaydee.com/pages/about <br/> |
| 68 | +Link: [https://qukaydee.com/pages/about](https://qukaydee.com/pages/about) <br/> |
| 69 | + |
| 70 | +### Self-hosted ETSI GS QKD 014 service qkd_kme_server |
47 | 71 |
|
48 | 72 | For a self-hosted implementation of the ETSI GS QKD 014 interface see: |
49 | 73 |
|
50 | 74 | Title: ETSI-compliant Quantum Key Distribution (QKD) Key Management Entity server <br/> |
51 | 75 | Authors: Thomas Prévost <br/> |
52 | | -Link: https://github.com/thomasarmel/qkd_kme_server <br/> |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
| 76 | +Link: [https://github.com/thomasarmel/qkd_kme_server](https://github.com/thomasarmel/qkd_kme_server) <br/> |
0 commit comments