From 66852360ed22e143caccdf29f78caebb6cd607ea Mon Sep 17 00:00:00 2001
From: autistic-symposium-helper
<138340846+autistic-symposium-helper@users.noreply.github.com>
Date: Thu, 21 Nov 2024 13:52:00 -0800
Subject: [PATCH] add a fully homomorphic encryption scheme, by c. gentry
(2009) for future refs as we build this chapter
---
homomorphic_encryption/README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/homomorphic_encryption/README.md b/homomorphic_encryption/README.md
index bb4f92c..2748360 100644
--- a/homomorphic_encryption/README.md
+++ b/homomorphic_encryption/README.md
@@ -2,8 +2,13 @@
-### cool readings
+### cool resources
-* **[combining machine learning and homomorphic encryption in the apple ecosystem](https://machinelearning.apple.com/research/homomorphic-encryption)**
+##### learning
+
+* **[a fully homomorphic encryption scheme, by c. gentry (2009)](https://crypto.stanford.edu/craig/craig-thesis.pdf)**
+
+##### applications
+* **[combining machine learning and homomorphic encryption in the apple ecosystem (2024)](https://machinelearning.apple.com/research/homomorphic-encryption)**