Skip to content

Commit 7659121

Browse files
authored
Merge pull request #212 from drucker-nir/main
Adding IBM HElayers to the libraries list.
2 parents 7579d1e + 591485e commit 7659121

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

resources/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [FHE Schemes](#fhe-schemes)
2121
- [Libraries](#libraries)
2222
- [Courses](#courses)
23+
- [Textbooks](#textbooks)
2324
- [Projects](#projects)
2425

2526
## Conference Resources
@@ -81,10 +82,11 @@
8182
- <a id="00152" href="https://machinelearning.apple.com/research/homomorphic-encryption">Combining Machine Learning and Homomorphic Encryption in the Apple Ecosystem</a> by **Apple** on **October 24, 2024**
8283
- <a id="00148" href="https://fhe.org/meetups/058">Concrete ML - Machine Learning on Encrypted Data</a> by **Andrei Stoian** on **Sept 26th, 2024 at 5PM CEST**
8384
- <a id="00141" href="https://www.zama.ai/post/build-an-end-to-end-encrypted-23andme-genetic-testing-application-using-concrete-ml-fully-homomorphic-encryption"> Build an End-to-End Encrypted 23andMe-like Genetic Testing Application using Concrete ML</a> by **Zama** on **July 17, 2024**
84-
- <a id="00145" href="https://github.com/apple/live-caller-id-lookup-example"> Live Caller ID Lookup Example</a> by **Apple** on **July 10, 2024**
85+
- <a id="00145" href="https://github.com/apple/live-caller-id-lookup-example"> Live Caller ID Lookup Example</a> by **Apple** on **July 10, 2024**
86+
- <a href="https://www.ibm.com/case-studies/blog/intesa-sanpaolo-ibm-secure-digital-transactions-fhe"> Intesa Sanpaolo and IBM secure digital transactions with fully homomorphic encryption</a> by **Memento Research** on **Jun 24, 2024**
87+
- <a href="https://huggingface.co/spaces/zama-fhe/encrypted_credit_scoring" id="00040">Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption</a> by **Zama** on **Jan 31, 2024**
8588
- <a id="00140" href="https://github.com/Memento-Research/human-in-picture-concrete-ml"> Human In Picture (HIP) using Concrete ML</a> by **Memento Research** on **Jun 19, 2023**
8689
- <a href="https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering" id="00039">Encrypted image filtering</a> by **Zama** on **Feb 23, 2023**
87-
- <a href="https://huggingface.co/spaces/zama-fhe/encrypted_credit_scoring" id="00040">Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption</a> by **Zama** on **Jan 31, 2024**
8890
- <a href="https://playground.blyss.dev/passwords" id="00041">Private password checker</a> by **Blyss** on **Feb 21, 2023** [Requires sign-up]
8991
- <a href="https://huggingface.co/spaces/zama-fhe/encrypted_sentiment_analysis" id="00042">Sentiment analysis over encrypted data</a> by **Zama** on **Nov 17, 2022**
9092
[//]: # "- <a href="https://btc.usespiral.com/" id="00043">Private bitcoin balance</a> by **Blyss** on **Sept 15, 2022**"
@@ -210,6 +212,7 @@
210212
- <a href="https://heaan.it/" id="00120">HEaaN</a> - C++ FHE library implementing CKKS scheme that supports bootstrapping and GPU-acceleration by **Crypto Lab**
211213
- <a href="https://github.com/google/heir" id="00121">HEIR</a> - An MLIR-based compiler toolchain for FHE by **Google**
212214
- <a href="https://github.com/HomEnc/HElib" id="00122">HElib</a> - BGV scheme with bootstrapping and the Approximate Number CKKS scheme by **IBM**
215+
- <a href="https://ibm.github.io/helayers/index.html" id="00127">HElayers</a> - An SDK for the practical and efficient execution of encrypted workloads using FHE by **IBM**
213216
- <a href="https://github.com/google/jaxite" id="00123">Jaxite</a> - A TFHE implementation targeting TPUs, written in JAX. By **Google**
214217
- <a href="https://github.com/ldsec/lattigo" id="00124">Lattigo</a> - Lattice-based multiparty homomorphic encryption library in Go by **Tune Insight**
215218
- <a href="https://github.com/openfheorg/openfhe-development" id="00125">OpenFHE</a> - Production-ready implementations of all major FHE schemes by **Duality Tech**
@@ -224,6 +227,10 @@
224227
- <a href="https://courses.openmined.org/courses/foundations-of-private-computation" id="00130">Foundations of Private Computation</a> by **Openmined** in **2022**
225228
- <a href="https://shaih.github.io/lattices-and-HE-class/index.html" id="00131">Homomorphic Encryption and Lattices</a> by **Shai Halevi** in **2011**
226229

230+
## Textbooks
231+
232+
- <a href="https://link.springer.com/book/10.1007/978-3-031-65494-7" id="00128">Homomorphic Encryption for Data Science (HE4DS)</a> by **IBM** in **2024**
233+
227234
## Projects
228235

229236
- <a href="https://fhe.org/history" id="00143">History of FHE</a> by **FHE.org** on **April 17, 2024**

0 commit comments

Comments
 (0)