Skip to content
Jean-Paul Stevens edited this page Mar 26, 2024 · 16 revisions

Qash-QKDC Wiki

quantum hashing/key-derivation circuits

qash-qkdc-ui

Index

Security Note

  • these circuits are not battle tested in any capacity and therefore unverified to be cryptographically secure, or programmatically useful in any manner

Notes

  • this codebase demonstrates a proof of concept for using quantum operations to hash data in a cryptographically secure manner
  • this notebook was created using python v3.11
  • These circuits are not particularly fast in runtime (due to the nature of computations being executed)
  • in order to help with the preformance drag and to allow execution on different device types, the JAX python library is used
  • at the moment these circuits do not work with complex number operations, they do work with single and double-precision float values

Future Goals

  • create circuits compatible with neutral-atom QPUs
  • continue research/development of new and current circuits using physical quantum hardware (whether through the cloud or on-premise access)
  • develop web ui for demo usage!
Clone this wiki locally