Skip to content

Commit 5dc1571

Browse files
committed
Update resources
1 parent 2d8e88f commit 5dc1571

1 file changed

Lines changed: 31 additions & 12 deletions

File tree

docs/resources.md

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,75 @@
22

33
# Resources
44

5+
### IETF draft draft-mwag-dske
6+
57
The following Internet Engineering Task Force (IETF) Internet-Draft describes the DSKE protocol
68
that was the inspiration for the implementation in this repository:
79

810
ID: draft-mwag-dske <br/>
911
Title: Distributed Symmetric Key Establishment (DSKE) <br/>
1012
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
1216

1317
The following arXiv paper describes the DSKE protocol in more detail:
1418

1519
ID: arXiv:2205.00615 <br/>
1620
Title: Distributed Symmetric Key Establishment: A scalable, quantum-proof key distribution system <br/>
1721
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
1925

2026
The following arXiv paper provides a security proof for the DSKE protocol:
2127

2228
ID: arXiv:2304.13789 <br/>
2329
Title: Composable Security of Distributed Symmetric Key Establishment Protocol <br/>
2430
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
2644

2745
The following paper describes a similar protocol for relaying QKD keys using Shamir's Secret
2846
Sharing (SSS):
2947

3048
Title: A Secret Key Spreading Protocol for Extending ETSI Quantum Key Distribution <br/>
3149
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
3353

3454
The code contains a simplified implementation of the key delivery interface defined in the
3555
following standard:
3656

3757
ID: ETSI GS QKD 014 V1.1.1 (2019-02) <br/>
3858
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
4062

4163
For a fully standards-compliant cloud-hosted implementation of the ETSI GS QKD 014 key delivery
4264
interface see:
4365

4466
Title: QuKayDee: A QKD network simulator, focused on APIs <br/>
4567
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
4771

4872
For a self-hosted implementation of the ETSI GS QKD 014 interface see:
4973

5074
Title: ETSI-compliant Quantum Key Distribution (QKD) Key Management Entity server <br/>
5175
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

Comments
 (0)