Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum-Resistant Encryption

Educational implementation of post-quantum primitives using only the Python standard library:

  • Lattice KEM (toy NTRU-style): key generation, encapsulation, decapsulation based on polynomial arithmetic over a small modulus.
  • Hash-based signatures (SPHINCS-style) simplified: one-time keys derived from a Merkle tree with Winternitz-like chains.

These are intentionally simplified, small parameters for learning - NOT production cryptographic material.

Run tests: python -m pytest

About

Quantum-Resistant Encryption - Post-quantum cryptographic implementations

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages