Main Content
homomorphic-encryptioncryptographyalgorithmsmath-programming
Abstraction: Math and programming blog focused on homomorphic encryption and algorithms
Key points:
- Recent series covers CKKS homomorphic encryption scheme from scratch, including polynomial rings and canonical embeddings
- Articles include deterministic Miller-Rabin primality testing for all 32-bit integers using bases {2, 3, 5, 7}
- Covers bicyclic matrix-matrix multiplication in FHE, extending Halevi-Shoup diagonal method
- Integer Set Library (ISL) primer for polyhedral optimization used in compiler loop-nest optimization
- FAQ article on FHE addresses public misconceptions about operating on encrypted data
- Blog by Jeremy Kun; code examples maintained in GitHub repositories with per-article pull requests
Connections: Jeremy Kun · Homomorphic Encryption · Cryptography · Algorithms
Source: http://jeremykun.com/