## (fully) homomorphic encryption
### cool resources
#### cool readings
* **[confidential evm smart contracts with fhe, by zama (2024)](https://github.com/zama-ai/fhevm/blob/main/fhevm-whitepaper-v2.pdf)** (propose a solution combining fhe for confidential computation, threshold mpc protocols for fhe key generation and ciphertexts decryption, and zk proofs of knowledge to ensure correctness and integrity of encrypted inputs)
* **[combining machine learning and homomorphic encryption in the apple ecosystem (2024)](https://machinelearning.apple.com/research/homomorphic-encryption)**
* **[a fully homomorphic encryption scheme, by c. gentry (2009)](https://crypto.stanford.edu/craig/craig-thesis.pdf)**
#### cool talks
* **[encrypted mempools: a path to ethereum l1, by m. harvey-hill](https://www.youtube.com/watch?v=mUoWwRoHrvk)**
#### cool resources
* **[curated list on fully homomorphic encryption, by zama](https://github.com/zama-ai/awesome-zama?tab=readme-ov-file)**