https://github.com/jacksonwalters/cryptography
Cryptography in Python - ECC, NTRU, ring-LWE, module-LWE
https://github.com/jacksonwalters/cryptography
cryptography-algorithms ecc ntruencrypt python ring-lwe
Last synced: 2 months ago
JSON representation
Cryptography in Python - ECC, NTRU, ring-LWE, module-LWE
- Host: GitHub
- URL: https://github.com/jacksonwalters/cryptography
- Owner: jacksonwalters
- License: mit
- Created: 2024-04-08T02:18:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T18:54:20.000Z (3 months ago)
- Last Synced: 2025-02-19T19:39:16.630Z (3 months ago)
- Topics: cryptography-algorithms, ecc, ntruencrypt, python, ring-lwe
- Language: Jupyter Notebook
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptography
Learning cryptography. Focusing on elliptic curves, NTRU, ring-LWE.
- https://pycryptodome.readthedocs.io/en/latest/src/public_key/ecc.html
- https://cryptography.io/en/latest/hazmat/primitives/asymmetric/ec/
- https://github.com/nakov/Practical-Cryptography-for-Developers-Book/blob/master/asymmetric-key-ciphers/elliptic-curve-cryptography-ecc.md