From 5dbf5e2017cf24161c1d4ea9c4daa061f46999e5 Mon Sep 17 00:00:00 2001 From: Nir Drucker <34063241+drucker-nir@users.noreply.github.com> Date: Tue, 27 May 2025 09:43:07 +0300 Subject: [PATCH 1/4] Added contributions --- resources/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/README.md b/resources/README.md index e3fdfacc1..2d04104df 100644 --- a/resources/README.md +++ b/resources/README.md @@ -20,6 +20,7 @@ - [FHE Schemes](#fhe-schemes) - [Libraries](#libraries) - [Courses](#courses) +- [Textbooks](#textbooks) - [Projects](#projects) ## Conference Resources @@ -81,10 +82,11 @@ - Combining Machine Learning and Homomorphic Encryption in the Apple Ecosystem by **Apple** on **October 24, 2024** - Concrete ML - Machine Learning on Encrypted Data by **Andrei Stoian** on **Sept 26th, 2024 at 5PM CEST** - Build an End-to-End Encrypted 23andMe-like Genetic Testing Application using Concrete ML by **Zama** on **July 17, 2024** -- Live Caller ID Lookup Example by **Apple** on **July 10, 2024** +- Live Caller ID Lookup Example by **Apple** on **July 10, 2024** +- Intesa Sanpaolo and IBM secure digital transactions with fully homomorphic encryption by **Memento Research** on **Jun 24, 2024** +- - Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024** - Human In Picture (HIP) using Concrete ML by **Memento Research** on **Jun 19, 2023** - Encrypted image filtering by **Zama** on **Feb 23, 2023** -- Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024** - Private password checker by **Blyss** on **Feb 21, 2023** [Requires sign-up] - Sentiment analysis over encrypted data by **Zama** on **Nov 17, 2022** [//]: # "- Private bitcoin balance by **Blyss** on **Sept 15, 2022**" @@ -205,6 +207,7 @@ - HEaaN - C++ FHE library implementing CKKS scheme that supports bootstrapping and GPU-acceleration by **Crypto Lab** - HEIR - An MLIR-based compiler toolchain for FHE by **Google** - HElib - BGV scheme with bootstrapping and the Approximate Number CKKS scheme by **IBM** +- HElayers - an SDK for the practical and efficient execution of encrypted workloads using FHE by **IBM** - Jaxite - A TFHE implementation targeting TPUs, written in JAX. By **Google** - Lattigo - Lattice-based multiparty homomorphic encryption library in Go by **Tune Insight** - OpenFHE - Production-ready implementations of all major FHE schemes by **Duality Tech** @@ -219,6 +222,10 @@ - Foundations of Private Computation by **Openmined** in **2022** - Homomorphic Encryption and Lattices by **Shai Halevi** in **2011** +## Textbooks + +- Homomorphic Encryption for Data Science (HE4DS) by IBM in **2024** + ## Projects - History of FHE by **FHE.org** on **April 17, 2024** From c51d9af21e8c82522fcec5179e84f029d7936764 Mon Sep 17 00:00:00 2001 From: Nir Drucker <34063241+drucker-nir@users.noreply.github.com> Date: Tue, 27 May 2025 09:44:16 +0300 Subject: [PATCH 2/4] Fixing a typo --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index 2d04104df..3c8e154cb 100644 --- a/resources/README.md +++ b/resources/README.md @@ -224,7 +224,7 @@ ## Textbooks -- Homomorphic Encryption for Data Science (HE4DS) by IBM in **2024** +- Homomorphic Encryption for Data Science (HE4DS) by **IBM** in **2024** ## Projects From 7459e9ebbef8125d80d9fd8c02b09cc4176a1a0b Mon Sep 17 00:00:00 2001 From: Nir Drucker <34063241+drucker-nir@users.noreply.github.com> Date: Tue, 27 May 2025 09:45:47 +0300 Subject: [PATCH 3/4] Typo --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index 3c8e154cb..e5e40c5eb 100644 --- a/resources/README.md +++ b/resources/README.md @@ -207,7 +207,7 @@ - HEaaN - C++ FHE library implementing CKKS scheme that supports bootstrapping and GPU-acceleration by **Crypto Lab** - HEIR - An MLIR-based compiler toolchain for FHE by **Google** - HElib - BGV scheme with bootstrapping and the Approximate Number CKKS scheme by **IBM** -- HElayers - an SDK for the practical and efficient execution of encrypted workloads using FHE by **IBM** +- HElayers - An SDK for the practical and efficient execution of encrypted workloads using FHE by **IBM** - Jaxite - A TFHE implementation targeting TPUs, written in JAX. By **Google** - Lattigo - Lattice-based multiparty homomorphic encryption library in Go by **Tune Insight** - OpenFHE - Production-ready implementations of all major FHE schemes by **Duality Tech** From ace4d023bb568174fa69e36aff18d36ad9cfb411 Mon Sep 17 00:00:00 2001 From: Nir Drucker <34063241+drucker-nir@users.noreply.github.com> Date: Tue, 27 May 2025 09:48:30 +0300 Subject: [PATCH 4/4] extra dash --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index e5e40c5eb..07f8eafc4 100644 --- a/resources/README.md +++ b/resources/README.md @@ -84,7 +84,7 @@ - Build an End-to-End Encrypted 23andMe-like Genetic Testing Application using Concrete ML by **Zama** on **July 17, 2024** - Live Caller ID Lookup Example by **Apple** on **July 10, 2024** - Intesa Sanpaolo and IBM secure digital transactions with fully homomorphic encryption by **Memento Research** on **Jun 24, 2024** -- - Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024** +- Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024** - Human In Picture (HIP) using Concrete ML by **Memento Research** on **Jun 19, 2023** - Encrypted image filtering by **Zama** on **Feb 23, 2023** - Private password checker by **Blyss** on **Feb 21, 2023** [Requires sign-up]