From 638949029e255674585cb601da7727ed0504f442 Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Tue, 28 Nov 2023 11:46:39 -0800 Subject: [PATCH] link from transpiler repo to HEIR PiperOrigin-RevId: 586056365 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40c4b0c..e03561f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Fully Homomorphic Encryption (FHE) +**Note:** [HEIR](https://github.com/google/heir) is our next generation FHE +compiler framework, please see [its GitHub repo](https://github.com/google/heir) +and its website https://heir.dev. + This repository contains open-source libraries and tools to perform fully homomorphic encryption (FHE) operations on an encrypted data set.