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!
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
Increasing key sizes: Only delays the issue but wonโt protect against quantum threats.
Hybrid encryption: Combining traditional and quantum-safe methods, but adds complexity.
Additional context
NIST's Post-Quantum Cryptography Standardization efforts can guide us in selecting future-proof algorithms.
๐ 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?