Performance analysis of data encryption algorithms depending on the Python implementation and the processor used.
-
Updated
Mar 27, 2022 - Python
Performance analysis of data encryption algorithms depending on the Python implementation and the processor used.
A pure Python implementation of Shor's quantum factorisation algorithm using classical matrix operations to simulate quantum circuits. This educational project demonstrates the core concepts of Shor's algorithm without requiring quantum computing frameworks like qiskit, making it accessible for learning how the quantum algorithm works step-by-step.
This program takes a number n and returns a non-trivial factorization
Add a description, image, and links to the factorization-of-large-numbers topic page so that developers can more easily learn about it.
To associate your repository with the factorization-of-large-numbers topic, visit your repo's landing page and select "manage topics."