From 024722a9bb44c77c4285d4afe0e34f2d770cfaf0 Mon Sep 17 00:00:00 2001 From: autistic-sage Date: Tue, 10 Dec 2024 15:42:01 -0800 Subject: [PATCH] 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) --- README.md | 2 +- homomorphic_encryption/README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f3616e..8ca91c6 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ * ⬛️ **[zero-knowledge systems](zero_knowledge)** * ⬛️ **[trusted execution environments](trusted_execution_environments)** * ⬛️ **[multi-party computation](multi_party_computation)** -* ⬛️ **[(full) homomorphic encryption](homomorphic_encryption)** +* ⬛️ **[(fully) homomorphic encryption](homomorphic_encryption)** * ⬛️ **[wallets and identity](wallets_and_identity)** diff --git a/homomorphic_encryption/README.md b/homomorphic_encryption/README.md index 6c4a8d1..cd38ded 100644 --- a/homomorphic_encryption/README.md +++ b/homomorphic_encryption/README.md @@ -1,4 +1,4 @@ -## (full) homomorphic encryption +## (fully) homomorphic encryption
@@ -8,8 +8,9 @@ #### cool readings -* **[a fully homomorphic encryption scheme, by c. gentry (2009)](https://crypto.stanford.edu/craig/craig-thesis.pdf)** +* **[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)**