Pith. sign in

REVIEW 2 major objections 6 minor 120 references

Real-Time VPN Traffic over ETSI GS QKD 014 Key Delivery with a LuxQuanta NOVA QKD Platform

T0 review · 2 major / 6 minor · reviewed 2026-07-11 · grok-4.5

Pith's one-line read A classical VPN can carry real-time audio and video for eight hours using only keys delivered through the ETSI GS QKD 014 API.

desk verdict Clean, scoped feasibility demo: a user-space VPN can live entirely on ETSI 014 key delivery and keep real-time media up for eight hours on LuxQuanta NOVA hardware. read the letter →

arxiv 2607.06602 v1 pith:YIGUZCKQ submitted 2026-07-07 quant-ph cs.CR

classification quant-phcs.CR
keywords quantumkeydistributionETSIGSQKD014VPNAES-256-GCMmanagemententitycontinuous-variablein-bandidentifier
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This report shows that an ordinary user-space VPN can obtain fresh encryption keys from a quantum key distribution system by speaking only the standardized ETSI GS QKD 014 REST interface. The tunnel encrypts IP packets with AES-256-GCM and embeds each key's identifier inside every frame so the far end can fetch the matching key from its own local key manager. After proving the pattern against a software simulator, the same code ran on two Jetson boards attached to a commercial continuous-variable QKD platform and kept bidirectional audio and video flowing for eight continuous hours. The result matters because most applications never need to touch the quantum optics; they only need a reliable key-delivery contract and a way to notify the peer which key to use. If that separation works for a live media tunnel, the same pattern can be reused by many classical encryptors without vendor-specific quantum logic.

What carries the argument

In-band transport of ETSI key_ID values inside every AES-GCM frame, cryptographically bound as additional authenticated data, so the master SAE's key request becomes a notification the slave SAE can use for dec_keys retrieval without any extra control channel.

What would settle it

A packet capture showing a key_ID that the receiving KME cannot resolve, or a media interruption timed to a failed enc_keys or dec_keys call while the quantum channel is still up, would falsify the claim that the VPN-KME contract alone sustains the tunnel.

Watch

Extended reading notes

Core claim

A simple IP tunnel that requests 256-bit AES-GCM keys as an ETSI master SAE, embeds the returned key_ID in authenticated frames, and resolves peer keys as a slave SAE interoperates with both a controlled KME simulator and a real LuxQuanta NOVA QKD platform, sustaining eight hours of bidirectional real-time audio and video without media interruption attributed to key exhaustion.

Load-bearing premise

Successful eight-hour media playback is taken as proof that both ends obtained identical keys under the ETSI ownership and one-time-retrieval rules, without separate measurement of key generation rate or inter-KME synchronization.

Editorial extensions

If this is right

  • Classical network applications can treat QKD systems as opaque key sources behind a standard REST API.
  • In-band key_ID carriage is enough to close the notification gap left open by ETSI 014.
  • Staged validation against a simulator then real hardware localizes failures to either the application contract or the backend.
  • A 60-second transmit-key rotation is compatible with continuous light media workloads under the tested conditions.
  • The same master/slave pattern can be reused once sessions, nonce safety, and formal key-use policy are added.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same framing could be adapted into existing IPsec or WireGuard-style tunnels with only a key-source adapter.
  • Key-rate and pool-depth monitoring would be required before claiming the pattern scales beyond light media loads.
  • Cross-vendor KME interoperability becomes directly testable once each side exposes the same ETSI endpoints.
  • Persistent sender state for nonces after restart is the next practical barrier for long-lived tunnels.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. This experiment report describes a Linux user-space VPN prototype that obtains AES-256-GCM keys solely through the ETSI GS QKD 014 REST API, carries key_IDs in-band as authenticated associated data, and retrieves matching keys from local KMEs under the master/slave model. After validation against a controlled KME simulator, the same application contract was exercised on two Jetson Xavier NX peers attached to a LuxQuanta NOVA CV-QKD platform. The central claim is observational feasibility: bidirectional real-time audio and video were carried through the encrypted tunnel for eight continuous hours with 60 s key rotation, without changing the application-level framing when moving from simulator to hardware.

Significance. If the reported run is accepted as stated, the work supplies a concrete, reproducible integration pattern for classical SAEs that must transport ETSI key identifiers outside the API and bind them cryptographically to ciphertext. Strengths include the staged methodology (simulator then hardware without changing the tunnel contract), explicit topology and runtime parameters (Fig. 2, Table 1), in-band key_ID with AES-GCM AAD binding, and an honest limitations discussion that does not over-claim production security or one-time-pad use. The contribution is engineering validation rather than a new QKD protocol or formal security result; its value is primarily to practitioners integrating encryptors or tunnels with standardized KME interfaces.

major comments (2)
  1. [§4 Results] §4 Results is the sole empirical support for the abstract’s eight-hour feasibility claim, yet it reports only qualitative observations (“video quality was good,” “no media interruption,” “no evidence of key-delivery saturation”). For a load-bearing continuous-run claim, the manuscript should include at least basic quantitative evidence: approximate numbers of enc_keys/dec_keys calls, decryption failure or drop counts (if any), and whether any key-request retries or timeouts occurred. Without these, the central observational result remains anecdotal even though the experimental design itself is sound.
  2. [§3.3 Real-World Testing; §5 Discussion] §3.3 and §5 treat successful AES-GCM decryption as sufficient evidence that the real NOVA KMEs honored master/slave ownership, identical key material, and (implicitly) one-time retrieval. That is appropriate for the scoped feasibility claim, but the real backend’s post-dec_keys key-pool behavior is not independently logged or compared to the simulator’s explicit delete-after-retrieve semantics. A short statement of what was (or was not) observable at the KME API—e.g., whether repeated dec_keys for the same key_ID failed as expected—would close this residual gap without expanding the paper’s scope.
minor comments (6)
  1. [Throughout] Product name spacing is inconsistent throughout (“NOV A”, “NOVA”, “NOV A LQ”). Standardize on the vendor’s preferred form.
  2. [§3.3; Fig. 2] Figure 1 and Figure 2 captions are informative, but the body text never points the reader to specific visual elements when describing the dual IP planes or the opaque quantum channel; a single cross-reference sentence in §3.3 would help.
  3. [Table 1] Table 1 lists representative parameters but omits the actual KME base URLs (even redacted) and certificate subject CNs used for SAE identity; a note that these were verified via Get status would aid reproducibility.
  4. [§2.2; Bibliography] Related-work coverage of prior QKD-backed encryptors or ETSI-014 consumers is limited to vendor product pages. A brief pointer to other published SAE integrations (even if non-VPN) would situate the contribution more clearly.
  5. [§3.1 VPN Implementation] The custom frame format (version, type, sender_id, seq, key_ID length, ciphertext length) is described in prose only. A one-line layout diagram or fixed-width field table would reduce ambiguity for implementers.
  6. [Front matter] Document metadata still shows internal project review dates and Portuguese change notes; for journal submission these should be removed or replaced with a standard revision history.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: observational systems feasibility experiment with no fitted predictions or self-referential derivations.

full rationale

This paper is an experiment report describing a prototype VPN that consumes keys via the ETSI GS QKD 014 API, validated first against a controlled KME simulator and then against a LuxQuanta NOVA QKD platform. The central claim is observational: bidirectional real-time audio/video traffic ran for eight continuous hours through the AES-256-GCM tunnel with in-band key_ID transport. There is no mathematical derivation chain, no fitted parameters later presented as predictions, no uniqueness theorems imported from the authors, and no ansatz smuggled via self-citation. The simulator is used only as a pre-hardware development target for the same application contract; success against real hardware is evidenced by continuous successful decryption and media continuity, which are external outcomes rather than quantities forced by construction from the inputs. Limitations (no peer handshake, time-bounded replay set, 60 s key lease rather than OTP, etc.) are stated explicitly and do not create circular reductions. Score 0 is therefore the correct finding.

Assumptions & free parameters 3 free parameters · 4 assumptions · 2 invented entities

As an engineering experiment report the paper rests on standard cryptographic and networking assumptions plus the vendor’s claim that its KME correctly implements ETSI GS QKD 014. Free parameters are operational choices (rotation interval, MTU, key size) that affect the observed workload but are not fitted to produce the feasibility claim. Invented entities are the custom frame format and the local simulator; both are engineering artifacts with no physical ontology claims.

free parameters (3)
  • transmit-key rotation interval = 60 s
    Fixed at 60 s for the entire eight-hour run (Table 1, §4); chosen by hand, not derived from measured QKD key rate.
  • TUN MTU = 1400 bytes
    Set to 1400 bytes (Table 1); operational choice that affects fragmentation but is not measured against an optimum.
  • AES-GCM key size request = 256 bit
    Hard-coded 256-bit request to the KME; matches AES-256-GCM but is an application choice, not a measured optimum.
assumptions (4)
  • domain assumption ETSI GS QKD 014 correctly specifies a REST key-delivery contract in which a master SAE obtains a key_ID and the authorized slave SAE can later retrieve identical key material via that identifier.
    Invoked throughout §2.3 and §3; the entire VPN design treats the standard as the authoritative interface.
  • domain assumption AES-256-GCM with the constructed 96-bit nonce (sender_id || seq) and full header as AAD provides confidentiality and integrity for each tunnel frame under the usual nonce-uniqueness assumption.
    Stated in §2.1 and §3.1; security of the data plane rests on this standard mode of operation.
  • domain assumption The LuxQuanta NOVA platform’s local KME correctly implements the ETSI 014 endpoints (status, enc_keys, dec_keys), SAE authorization via mTLS, and inter-KME key synchronization so that matching key material is available at both ends.
    Explicitly assumed in §3.3: the VPN treats the quantum layer as opaque and relies solely on the KME interface promise.
  • domain assumption Successful AES-GCM authentication and continuous media playback imply that the two peers obtained identical key bytes for each key_ID.
    Used as the success criterion in §4; decryption success is taken as evidence of correct key delivery.
invented entities (2)
  • Custom VPN frame format with in-band UTF-8 key_ID and AAD binding
    purpose: Transports the ETSI key identifier that the standard leaves out-of-scope, and cryptographically binds it to the ciphertext.
    Defined in §3.1; not part of ETSI 014 or any cited prior VPN. Engineering artifact, not a physical entity.
  • kms package (controlled ETSI 014 KME simulator)
    purpose: Provides a deterministic local backend for validating SAE authorization, key ownership, and one-time retrieval before hardware tests.
    Described in §3.2; software test double, not claimed to model the optical layer.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Real-Time VPN Traffic over ETSI GS QKD 014 Key Delivery with a LuxQuanta NOVA QKD Platform." pith.science (2026). https://pith.science/paper/YIGUZCKQ

@misc{pith2026260706602,
  author       = {Pith},
  title        = {Pith review of: Real-Time VPN Traffic over ETSI GS QKD 014 Key Delivery with a LuxQuanta NOVA QKD Platform},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YIGUZCKQ}},
  note         = {Machine review of arXiv:2607.06602}
}
read the original abstract

This report presents a prototype VPN that uses QKD-derived keys delivered through the ETSI GS QKD 014 API. The VPN encrypts IP traffic with AES-256-GCM, transports ETSI key identifiers in-band, and retrieves matching keys from local KMEs. After validation with a controlled KME simulator, the system was tested on two Jetson Xavier NX devices connected to a LuxQuanta NOVA QKD platform. The experiment successfully transmitted bidirectional real-time audio and video traffic through the VPN for eight continuous hours, demonstrating the feasibility of integrating classical VPN applications with QKD infrastructure through a standardized key-delivery interface.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

120 extracted references · 120 canonical work pages

  1. [1]

    npj Quantum Information , volume=

    Practical challenges in quantum key distribution , author=. npj Quantum Information , volume=. 2016 , publisher=

  2. [2]

    IEEE Internet of Things Journal , volume=

    Cybersecurity in critical infrastructures: A post-quantum cryptography perspective , author=. IEEE Internet of Things Journal , volume=. 2024 , publisher=

  3. [3]

    2004 RF and Microwave Conference (IEEE Cat

    Communications cryptography , author=. 2004 RF and Microwave Conference (IEEE Cat. No. 04EX924) , pages=. 2004 , organization=

  4. [4]

    Digital Communications , volume=

    Cryptography—A selective survey , author=. Digital Communications , volume=. 1986 , publisher=

  5. [5]

    The Bell system technical journal , volume=

    Communication theory of secrecy systems , author=. The Bell system technical journal , volume=. 1949 , publisher=

  6. [6]

    2013 IEEE international Symposium on information Theory , pages=

    The one-time pad revisited , author=. 2013 IEEE international Symposium on information Theory , pages=. 2013 , organization=

  7. [7]

    27 , author=

    Implementation Security of Quantum Cryptography-Introduction, challenges, solutions| ETSI White Paper No. 27 , author=. ETSI White Paper No. 27. , year=

  8. [8]

    2020 IEEE 5th international conference on computing communication and automation (ICCCA) , pages=

    An efficient quantum computing technique for cracking RSA using Shor’s algorithm , author=. 2020 IEEE 5th international conference on computing communication and automation (ICCCA) , pages=. 2020 , organization=

Show all 120 references
  1. [9]

    IEEE Communications Surveys & Tutorials , volume=

    The evolution of quantum key distribution networks: On the road to the qinternet , author=. IEEE Communications Surveys & Tutorials , volume=. 2022 , publisher=

  2. [10]

    ACM Sigact News , volume=

    Conjugate coding , author=. ACM Sigact News , volume=. 1983 , publisher=

  3. [11]

    Theoretical computer science , volume=

    Quantum cryptography: Public key distribution and coin tossing , author=. Theoretical computer science , volume=. 2014 , publisher=

  4. [12]

    Physical review letters , volume=

    Quantum cryptography based on Bell’s theorem , author=. Physical review letters , volume=. 1991 , publisher=

  5. [13]

    Optics express , volume=

    Large scale quantum key distribution: challenges and solutions , author=. Optics express , volume=. 2018 , publisher=

  6. [14]

    Optical Fiber Communication Conference , pages=

    Quantum-safe 10 Gbps Site-to-Site IPsec VPN Tunnel over 46 km Deployed Fibre , author=. Optical Fiber Communication Conference , pages=. 2024 , organization=

  7. [15]

    EPJ Quantum Technology , volume=

    Demonstration of 75 km-fiber quantum clock synchronization in quantum entanglement distribution network , author=. EPJ Quantum Technology , volume=. 2023 , publisher=

  8. [16]

    Quantum Key Distribution (QKD) , pages=

    Quantum Key Distribution (QKD); Application Interface , author=. Quantum Key Distribution (QKD) , pages=

  9. [17]

    Quantum Key Distribution (QKD) , year=

    Quantum Key Distribution (QKD); Protocol and data format of REST-based key delivery API , author=. Quantum Key Distribution (QKD) , year=

  10. [18]

    TACLA, Alexandre Baron and others , title =

  11. [19]

    Proceedings 35th annual symposium on foundations of computer science , pages=

    Algorithms for quantum computation: discrete logarithms and factoring , author=. Proceedings 35th annual symposium on foundations of computer science , pages=. 1994 , organization=

  12. [20]

    2023 , type =

    DIAS, Micael Andrade , title =. 2023 , type =

  13. [21]

    Quantum Key Distribution: An Introduction with Exercises , pages=

    Quantum key distribution protocols , author=. Quantum Key Distribution: An Introduction with Exercises , pages=. 2021 , publisher=

  14. [22]

    Reviews of Modern Physics , volume=

    Gaussian quantum information , author=. Reviews of Modern Physics , volume=. 2012 , publisher=

  15. [23]

    Advanced Quantum Technologies , volume=

    Continuous-variable quantum key distribution with Gaussian modulation—the theory of practical implementations , author=. Advanced Quantum Technologies , volume=. 2018 , publisher=

  16. [24]

    Advances in optics and photonics , volume=

    Advances in quantum cryptography , author=. Advances in optics and photonics , volume=. 2020 , publisher=

  17. [25]

    arXiv preprint arXiv:2411.01086 , year=

    Practical hybrid PQC-QKD protocols with enhanced security and performance , author=. arXiv preprint arXiv:2411.01086 , year=

  18. [26]

    2022 , month = sep, url =

    QUANTROPI , title =. 2022 , month = sep, url =

  19. [27]

    arXiv preprint arXiv:2509.01731 , year=

    Are Enterprises Ready for Quantum-Safe Cybersecurity? , author=. arXiv preprint arXiv:2509.01731 , year=

  20. [28]

    doi:10.17487/RFC8446 , url =

    Eric Rescorla , title =. doi:10.17487/RFC8446 , url =

  21. [29]

    doi:10.17487/RFC6071 , url =

    Sheila Frankel and Suresh Krishnan , title =. doi:10.17487/RFC6071 , url =

  22. [30]

    2024 International Conference on Quantum Communications, Networking, and Computing (QCNC) , pages=

    Unleashing flexibility and interoperability in QKD networks: The power of softwarized architectures , author=. 2024 International Conference on Quantum Communications, Networking, and Computing (QCNC) , pages=. 2024 , organization=

  23. [31]

    IEEE Network , year=

    Toward quantum-safe scalable networks: an open, standards-aware key management framework , author=. IEEE Network , year=

  24. [32]

    2025 International Conference on Military Communication and Information Systems (ICMCIS) , pages=

    DISCRETION: First Field Demonstration of a Quantum Enabled SDN in the Context of a Military Exercise , author=. 2025 International Conference on Military Communication and Information Systems (ICMCIS) , pages=. 2025 , organization=

  25. [33]

    IEEE Communications Magazine , volume=

    KaaS: Key as a service over quantum key distribution integrated optical networks , author=. IEEE Communications Magazine , volume=. 2019 , publisher=

  26. [34]

    2019 21st International Conference on Transparent Optical Networks (ICTON) , pages=

    Quantum aware sdn nodes in the madrid quantum network , author=. 2019 21st International Conference on Transparent Optical Networks (ICTON) , pages=. 2019 , organization=

  27. [35]

    2023 International Conference on Ubiquitous Communication (Ucom) , pages=

    Network Slicing-Based and QoS-Oriented Software-Defined Quantum Key Distribution Network , author=. 2023 International Conference on Ubiquitous Communication (Ucom) , pages=. 2023 , organization=

  28. [36]

    IEEE Network , year=

    An Enhanced Virtualized Control and Key Management Model for QKD Networks , author=. IEEE Network , year=

  29. [37]

    Journal of Optical Communications and Networking , volume=

    Continuous variable QKD in flexible optical networks for future quantum secure connectivity , author=. Journal of Optical Communications and Networking , volume=. 2025 , publisher=

  30. [38]

    2024 24th International Conference on Transparent Optical Networks (ICTON) , pages=

    Software-defined control of integrated QKD and classical optical networks , author=. 2024 24th International Conference on Transparent Optical Networks (ICTON) , pages=. 2024 , organization=

  31. [39]

    2025 25th Anniversary International Conference on Transparent Optical Networks (ICTON) , pages=

    Enabling PUF-based Authentication in QKD Networks , author=. 2025 25th Anniversary International Conference on Transparent Optical Networks (ICTON) , pages=. 2025 , organization=

  32. [40]

    Computer Communications , volume=

    Towards a quantum-safe 5G: Quantum Key Distribution in core networks , author=. Computer Communications , volume=. 2024 , publisher=

  33. [41]

    Optical Fiber Communication Conference , pages=

    Integrating quantum key distribution into tls 1.3: A transport layer approach to quantum-resistant communications in optical networks , author=. Optical Fiber Communication Conference , pages=. 2024 , organization=

  34. [42]

    Computer Communications , volume=

    Quantum-resistant transport layer security , author=. Computer Communications , volume=. 2024 , publisher=

  35. [43]

    2023 23rd International Conference on Transparent Optical Networks (ICTON) , pages=

    VPN protection with QKD-derived keys using standard interfaces , author=. 2023 23rd International Conference on Transparent Optical Networks (ICTON) , pages=. 2023 , organization=

  36. [44]

    Information Systems Frontiers , volume=

    Quantum secured internet transport , author=. Information Systems Frontiers , volume=. 2020 , publisher=

  37. [45]

    Uma Abordagem para Prototipagem de Aplica

    Tomkelski, Anderson and Freire, Marcus and Peixoto, Maycon and Souza, Joao and Silva, Val. Uma Abordagem para Prototipagem de Aplica. Simp. 2025 , organization=

  38. [46]

    Proceedings of the 19th International Conference on Availability, Reliability and Security , pages=

    Quantum-Resistant and Secure MQTT Communication , author=. Proceedings of the 19th International Conference on Availability, Reliability and Security , pages=

  39. [47]

    2024 IFIP Networking Conference (IFIP Networking) , pages=

    A quantum of QUIC: Dissecting cryptography with post-quantum insights , author=. 2024 IFIP Networking Conference (IFIP Networking) , pages=. 2024 , organization=

  40. [48]

    2023 IEEE 28th International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD) , pages=

    Quantum-resistant TLS 1.3: A hybrid solution combining classical, quantum and post-quantum cryptography , author=. 2023 IEEE 28th International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD) , pages=. 2023 , organization=

  41. [49]

    Cryptology ePrint Archive , year=

    Exploring How to Authenticate Application Messages in MLS: More Efficient, Post-Quantum, and Anonymous Blocklistable , author=. Cryptology ePrint Archive , year=

  42. [50]

    Quantum-resistant End-to-End Secure Messaging and Email Communication , year =

    D\". Quantum-resistant End-to-End Secure Messaging and Email Communication , year =. doi:10.1145/3600160.3605049 , booktitle =

  43. [51]

    Scientific Reports , volume=

    In-line rate encrypted links using pre-shared post-quantum keys and DPUs , author=. Scientific Reports , volume=. 2024 , publisher=

  44. [52]

    2024 IEEE 32nd International Conference on Network Protocols (ICNP) , pages=

    Integrating Post-Quantum Cryptography Plugins for IPsec Offloads to Data Processing Units in the Cloud-Edge Continuum , author=. 2024 IEEE 32nd International Conference on Network Protocols (ICNP) , pages=. 2024 , organization=

  45. [53]

    2021 IEEE Symposium on Security and Privacy (SP) , pages=

    Post-quantum wireguard , author=. 2021 IEEE Symposium on Security and Privacy (SP) , pages=. 2021 , organization=

  46. [54]

    IEEE Communications Magazine , year=

    IPSeQ: A Security-Enhanced IPSec Protocol Integrated with Quantum Key Distribution , author=. IEEE Communications Magazine , year=

  47. [55]

    2022 IEEE 15th Workshop on Low Temperature Electronics (WOLTE) , pages=

    Analysis of network-level key exchange protocols in the post-quantum era , author=. 2022 IEEE 15th Workshop on Low Temperature Electronics (WOLTE) , pages=. 2022 , organization=

  48. [56]

    EPJ Quantum Technology , volume=

    Versatile quantum-safe hybrid key exchange and its application to MACsec , author=. EPJ Quantum Technology , volume=. 2025 , publisher=

  49. [57]

    Optical Fiber Communication Conference , pages=

    Quantum-safe MACsec Connectivity to Public Cloud Providers in a Metropolitan Network over Deployed Fiber , author=. Optical Fiber Communication Conference , pages=. 2025 , organization=

  50. [58]

    Scientific Reports , volume=

    Authentication of smart grid communications using quantum key distribution , author=. Scientific Reports , volume=. 2022 , publisher=

  51. [59]

    Annual International Conference on the Theory and Applications of Cryptographic Techniques , pages=

    Triple Ratchet: A Bandwidth Efficient Hybrid-Secure Signal Protocol , author=. Annual International Conference on the Theory and Applications of Cryptographic Techniques , pages=. 2025 , organization=

  52. [60]

    2007 , publisher=

    Computer networks: a systems approach , author=. 2007 , publisher=

  53. [61]

    arXiv preprint arXiv:2310.04831 , year=

    Continuous-variable quantum key distribution system: A review and perspective , author=. arXiv preprint arXiv:2310.04831 , year=

  54. [62]

    Physical Review A—Atomic, Molecular, and Optical Physics , volume=

    Long-distance continuous-variable quantum key distribution with a Gaussian modulation , author=. Physical Review A—Atomic, Molecular, and Optical Physics , volume=. 2011 , publisher=

  55. [63]

    Physical Review A—Atomic, Molecular, and Optical Physics , volume=

    Quantum key distribution over 25 km with an all-fiber continuous-variable system , author=. Physical Review A—Atomic, Molecular, and Optical Physics , volume=. 2007 , publisher=

  56. [64]

    2023 23rd International Conference on Transparent Optical Networks (ICTON) , pages=

    An FPGA-Based Physical Layer Approach for a CV-QKD Transmitter , author=. 2023 23rd International Conference on Transparent Optical Networks (ICTON) , pages=. 2023 , organization=

  57. [65]

    arXiv preprint arXiv:2211.17019 , year=

    Real time QKD Post Processing based on Reconfigurable Hardware Acceleration , author=. arXiv preprint arXiv:2211.17019 , year=

  58. [66]

    Information , volume=

    A survey of machine learning assisted continuous-variable quantum key distribution , author=. Information , volume=. 2023 , publisher=

  59. [67]

    Applied Physics Reviews , volume=

    Continuous-variable quantum key distribution system: Past, present, and future , author=. Applied Physics Reviews , volume=. 2024 , publisher=

  60. [68]

    2022 IEEE 33rd International Conference on Application-specific Systems, Architectures and Processors (ASAP) , pages=

    A “new ara” for vector computing: An open source highly efficient risc-v v 1.0 vector processor design , author=. 2022 IEEE 33rd International Conference on Application-specific Systems, Architectures and Processors (ASAP) , pages=. 2022 , organization=

  61. [69]

    Implementation of a 32-Bit RISC-V Processor with Cryptography Accelerators on FPGA and ASIC , year=

    Nguyen-Hoang, Duc-Thinh and Ma, Khai-Minh and Le, Duy-Linh and Thai, Hong-Hai and Cao, Tran-Bao-Thuong and Le, Duc-Hung , booktitle=. Implementation of a 32-Bit RISC-V Processor with Cryptography Accelerators on FPGA and ASIC , year=

  62. [70]

    , booktitle=

    Johns, Matthew and Kazmierski, Tom J. , booktitle=. A Minimal RISC-V Vector Processor for Embedded Systems , year=

  63. [71]

    RISC-V Instruction Set Architecture Extensions: A Survey , year=

    Cui, Enfang and Li, Tianzheng and Wei, Qian , journal=. RISC-V Instruction Set Architecture Extensions: A Survey , year=

  64. [72]

    Enhancing RISC-V Vector Extension for Efficient Application of Post-Quantum Cryptography , year=

    Zhao, Yifan and Kuang, Honglin and Sun, Yi and Yang, Zhen and Chen, Chen and Meng, Jianyi and Han, Jun , booktitle=. Enhancing RISC-V Vector Extension for Efficient Application of Post-Quantum Cryptography , year=

  65. [73]

    EECS Department, University of California, Berkeley, Tech

    The RISC-V instruction set manual, volume I: User-level ISA, version 2.0 , author=. EECS Department, University of California, Berkeley, Tech. Rep. UCB/EECS-2014-54 , pages=

  66. [74]

    EECS Department, University of California, Berkeley, Tech

    The RISC-V instruction set manual volume II: Privileged architecture version 1.7 , author=. EECS Department, University of California, Berkeley, Tech. Rep. UCB/EECS-2015-49 , year=

  67. [75]

    ACM SIGARCH.[Online]

    SIMD instructions considered harmful , author=. ACM SIGARCH.[Online]. Available: https://www. sigarch. org/simd-instructions-considered-harmful , year=

  68. [76]

    2017 , publisher=

    Computer organization and design RISC-V edition: The hardware software interface , author=. 2017 , publisher=

  69. [77]

    Physical review letters , volume=

    Continuous variable quantum cryptography using coherent states , author=. Physical review letters , volume=. 2002 , publisher=

  70. [78]

    Communications Physics , volume=

    Wavelength division multiplexing of continuous variable quantum key distribution and 18.3 Tbit/s data channels , author=. Communications Physics , volume=. 2019 , publisher=

  71. [79]

    IEEE Photonics Technology Letters , volume=

    Toward the integration of CV quantum key distribution in deployed optical networks , author=. IEEE Photonics Technology Letters , volume=. 2018 , publisher=

  72. [80]

    npj Quantum Information , volume=

    Continuous-mode quantum key distribution with digital signal processing , author=. npj Quantum Information , volume=. 2023 , publisher=

  73. [81]

    Entropy , volume=

    Distributing secret keys with quantum continuous variables: principle, security and implementations , author=. Entropy , volume=. 2015 , publisher=

  74. [82]

    Nature Communications , volume=

    Single-photon detection using large-scale high-temperature MgB2 sensors at 20 K , author=. Nature Communications , volume=. 2024 , publisher=

  75. [83]

    Superconductor science and technology , volume=

    Superconducting nanowire single-photon detectors: physics and applications , author=. Superconductor science and technology , volume=. 2012 , publisher=

  76. [84]

    2001 , publisher=

    Universal hash families and the leftover hash lemma, and applications to cryptography and computing , author=. 2001 , publisher=

  77. [85]

    Journal of computer and system sciences , volume=

    New hash functions and their use in authentication and set equality , author=. Journal of computer and system sciences , volume=. 1981 , publisher=

  78. [86]

    Physical Review A—Atomic, Molecular, and Optical Physics , volume=

    Finite-size analysis of a continuous-variable quantum key distribution , author=. Physical Review A—Atomic, Molecular, and Optical Physics , volume=. 2010 , publisher=

  79. [87]

    Physical Review A , volume=

    Finite-size analysis of continuous-variable measurement-device-independent quantum key distribution , author=. Physical Review A , volume=. 2017 , publisher=

  80. [88]

    Quantum Science and Technology , volume=

    Continuous-variable QKD over 50 km commercial fiber , author=. Quantum Science and Technology , volume=. 2019 , publisher=

  81. [89]

    Nature photonics , volume=

    Experimental demonstration of long-distance continuous-variable quantum key distribution , author=. Nature photonics , volume=. 2013 , publisher=

  82. [90]

    2016 , publisher=

    Design of the RISC-V instruction set architecture , author=. 2016 , publisher=

  83. [91]

    Proceedings of the 18th ACM international conference on computing frontiers , pages=

    A comparative survey of open-source application-class RISC-V processor implementations , author=. Proceedings of the 18th ACM international conference on computing frontiers , pages=

  84. [92]

    IEEE transactions on circuits and systems I: regular papers , volume=

    VPQC: A domain-specific vector processor for post-quantum cryptography based on RISC-V architecture , author=. IEEE transactions on circuits and systems I: regular papers , volume=. 2020 , publisher=

  85. [93]

    Journal of Lightwave Technology , volume=

    Probabilistic constellation shaping for optical fiber communications , author=. Journal of Lightwave Technology , volume=. 2019 , publisher=

  86. [94]

    2021 , publisher=

    Digital Design and Computer Architecture, RISC-V Edition , author=. 2021 , publisher=

  87. [95]

    2011 , publisher=

    Computer architecture: a quantitative approach , author=. 2011 , publisher=

  88. [96]

    Journal of Open Source Software , volume=

    Opticommpy: Open-source simulation of fiber optic communications with python , author=. Journal of Open Source Software , volume=

  89. [97]

    Quantum , volume=

    Qosst: A highly-modular open source platform for experimental continuous-variable quantum key distribution , author=. Quantum , volume=. 2024 , publisher=

  90. [98]

    QCrypt 2016 , year=

    CVsim: a novel CV-QKD simulation tool , author=. QCrypt 2016 , year=

  91. [99]

    Proceedings of the 11th WSEAS international conference on Automatic control, modelling and simulation , pages=

    Implementation of optical networks using VPItransmissionMaker 7.1 , author=. Proceedings of the 11th WSEAS international conference on Automatic control, modelling and simulation , pages=

  92. [100]

    2023 , note =

    Eray, Erdem , title =. 2023 , note =

  93. [101]

    2024 , month =

    Nelson Alves Ferreira Neto and Morais Alves, Caroline da Silva and Nooblath, Mauro and Bezerra, André Francisco Ribeiro and Esteves, Linton Thiago Costa and Sousa, Davi Juvêncio Gomes de and Galvão, Lucas Queiroz , title =. 2024 , month =

  94. [102]

    Long-distance continuous-variable quantum key distribution by controlling excess noise , volume =

    Duan Huang and Peng Huang and Dakai Lin and Guihua Zeng , doi =. Long-distance continuous-variable quantum key distribution by controlling excess noise , volume =. Scientific Reports , keywords =

  95. [103]

    Zhang and P

    Mario Milicevic and Chen Feng and Lei M. Zhang and P. Glenn Gulak , doi =. Quasi-cyclic multi-edge LDPC codes for long-distance quantum cryptography , volume =. npj Quantum Information , keywords =

  96. [104]

    2019 42nd international conference on telecommunications and signal processing (TSP) , pages=

    Construction of high performance block and convolutional multi-edge type QC-LDPC codes , author=. 2019 42nd international conference on telecommunications and signal processing (TSP) , pages=. 2019 , organization=

  97. [105]

    IEEE Access , volume=

    Construction of rate-compatible raptor-like quasi-cyclic LDPC code with edge classification for IDMA based random access , author=. IEEE Access , volume=. 2019 , publisher=

  98. [106]

    2020 33rd International Conference on VLSI Design and 2020 19th International Conference on Embedded Systems (VLSID) , pages=

    A new partially-parallel VLSI-architecture of quasi-cyclic LDPC decoder for 5G new-radio , author=. 2020 33rd International Conference on VLSI Design and 2020 19th International Conference on Embedded Systems (VLSID) , pages=. 2020 , organization=

  99. [107]

    Scientific reports , volume=

    High-throughput GPU layered decoder of quasi-cyclic multi-edge type low density parity check codes in continuous-variable quantum key distribution systems , author=. Scientific reports , volume=. 2020 , publisher=

  100. [108]

    npj Quantum Information , volume=

    Rate-compatible multi-edge type low-density parity-check code ensembles for continuous-variable quantum key distribution systems , author=. npj Quantum Information , volume=. 2022 , publisher=

  101. [109]

    Journal of Lightwave Technology , year=

    High-Speed Post-Processing in Continuous-Variable Quantum Key Distribution Based on FPGA Implementation , author=. Journal of Lightwave Technology , year=

  102. [110]

    2025 , doi=

    Continuous-Variable Quantum Key Distribution with Composable Security and Tight Error Correction Bound for Constrained Devices , author=. 2025 , doi=

  103. [111]

    2024 9th International Conference on Communication, Image and Signal Processing (CCISP) , year=

    A High-Speed FPGA Implementation of the Multidimensional Reconciliation for Continuous Variables Quantum Key Distribution , author=. 2024 9th International Conference on Communication, Image and Signal Processing (CCISP) , year=

  104. [112]

    Entropy , VOLUME =

    Mao, Hao-Kun and Qiao, Yu-Cheng and Li, Qiong , TITLE =. Entropy , VOLUME =. 2021 , NUMBER =

  105. [113]

    CVQKD Reconciliation Based on Distributional Transform and Slepian-Wolf Coding , year =

    Rávilla R S Leite and Francisco M De Assis , doi =. CVQKD Reconciliation Based on Distributional Transform and Slepian-Wolf Coding , year =. XLII Simpósio Brasileiro de Telecomunicações e Processamento de Sinais , keywords =

  106. [114]

    Proceedings of the 2025 ACM/SIGDA International Symposium on Field Programmable Gate Arrays ,year=

    An Empirical Comparision of LLM-based Hardware Design and High-level Synthesis ,author=. Proceedings of the 2025 ACM/SIGDA International Symposium on Field Programmable Gate Arrays ,year=

  107. [115]

    2024 IEEE Ultrasonics, Ferroelectrics, and Frequency Control Joint Symposium (UFFC-JS) ,year=

    Hardware description language versus high-level synthesis for the FPGA implementation of ultrasound beamformers: a comparative analysis ,author=. 2024 IEEE Ultrasonics, Ferroelectrics, and Frequency Control Joint Symposium (UFFC-JS) ,year=

  108. [116]

    2015 , publisher =

    Booth, Harold , title =. 2015 , publisher =

  109. [117]

    2019 , month = feb, url =

  110. [118]

    2007 , note =

    Dworkin, Morris , title =. 2007 , note =

  111. [119]

    2008 , doi =

    McGrew, David , title =. 2008 , doi =

  112. [120]

    ACM Comput

    Dervisevic, Emir and Tankovic, Amina and Fazel, Ehsan and Kompella, Ramana and Fazio, Peppino and Voznak, Miroslav and Mehic, Miralem , title =. ACM Comput. Surv. , month = may, articleno =. 2025 , issue_date =. doi:10.1145/3730575 , abstract =

Pith tools

Reviewed July 11, 2026 · model on record in the stance chip above.