ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
44 stars 143 forks source link

[Feature Request] <Post-Quantum Encryption> #726

Open priyashuu opened 1 day ago

priyashuu commented 1 day ago

๐Ÿš€ Feature Request: Post-Quantum Encryption

Is your feature request related to a problem? Please describe.

Current encryption methods like RSA and ECC are vulnerable to future quantum computers, which could break them, putting sensitive data at risk.

Describe the solution you'd like

Integrate Post-Quantum Encryption algorithms such as lattice-based (Kyber, NTRU), hash-based (XMSS, SPHINCS), or code-based (McEliece) to secure data against quantum attacks.

Describe alternatives you've considered

Additional context

NIST's Post-Quantum Cryptography Standardization efforts can guide us in selecting future-proof algorithms.


Would you like to work on this feature?

github-actions[bot] commented 1 day ago

๐Ÿ‘‹ Hi @priyashuu! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.