|
20 | 20 | - [FHE Schemes](#fhe-schemes)
|
21 | 21 | - [Libraries](#libraries)
|
22 | 22 | - [Courses](#courses)
|
| 23 | +- [Textbooks](#textbooks) |
23 | 24 | - [Projects](#projects)
|
24 | 25 |
|
25 | 26 | ## Conference Resources
|
|
81 | 82 | - <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**
|
82 | 83 | - <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**
|
83 | 84 | - <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** |
85 | 88 | - <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**
|
86 | 89 | - <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** |
88 | 90 | - <a href="https://playground.blyss.dev/passwords" id="00041">Private password checker</a> by **Blyss** on **Feb 21, 2023** [Requires sign-up]
|
89 | 91 | - <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**
|
90 | 92 | [//]: # "- <a href="https://btc.usespiral.com/" id="00043">Private bitcoin balance</a> by **Blyss** on **Sept 15, 2022**"
|
|
210 | 212 | - <a href="https://heaan.it/" id="00120">HEaaN</a> - C++ FHE library implementing CKKS scheme that supports bootstrapping and GPU-acceleration by **Crypto Lab**
|
211 | 213 | - <a href="https://github.com/google/heir" id="00121">HEIR</a> - An MLIR-based compiler toolchain for FHE by **Google**
|
212 | 214 | - <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** |
213 | 216 | - <a href="https://github.com/google/jaxite" id="00123">Jaxite</a> - A TFHE implementation targeting TPUs, written in JAX. By **Google**
|
214 | 217 | - <a href="https://github.com/ldsec/lattigo" id="00124">Lattigo</a> - Lattice-based multiparty homomorphic encryption library in Go by **Tune Insight**
|
215 | 218 | - <a href="https://github.com/openfheorg/openfhe-development" id="00125">OpenFHE</a> - Production-ready implementations of all major FHE schemes by **Duality Tech**
|
|
224 | 227 | - <a href="https://courses.openmined.org/courses/foundations-of-private-computation" id="00130">Foundations of Private Computation</a> by **Openmined** in **2022**
|
225 | 228 | - <a href="https://shaih.github.io/lattices-and-HE-class/index.html" id="00131">Homomorphic Encryption and Lattices</a> by **Shai Halevi** in **2011**
|
226 | 229 |
|
| 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 | + |
227 | 234 | ## Projects
|
228 | 235 |
|
229 | 236 | - <a href="https://fhe.org/history" id="00143">History of FHE</a> by **FHE.org** on **April 17, 2024**
|
|
0 commit comments