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
 
- ring-LWE in Python: https://blog.openmined.org/build-an-homomorphic-encryption-scheme-from-scratch-with-python/
 - ring-LWE math: https://math.colorado.edu/~kstange/teaching-resources/crypto/RingLWE-notes.pdf
 - module-LWE in Python: https://cryptographycaffe.sandboxaq.com/posts/kyber-01/
 - Red Hat Post-Quantum/Lattices: https://www.redhat.com/en/blog/post-quantum-cryptography-lattice-based-cryptography
 - NIST Post-Quantum: https://csrc.nist.gov/projects/post-quantum-cryptography
 - Latticed-based cryptography: https://thelatticeclub.com