From 1591410d5d6bf378497f8e69b87b74c6712efc70 Mon Sep 17 00:00:00 2001 From: Aljaz Date: Wed, 12 Mar 2025 14:37:06 -0600 Subject: [PATCH] Update FullHomomorphicEncryption.md --- FullHomomorphicEncryption.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FullHomomorphicEncryption.md b/FullHomomorphicEncryption.md index 7ebe159..d6302a6 100644 --- a/FullHomomorphicEncryption.md +++ b/FullHomomorphicEncryption.md @@ -1,3 +1,5 @@ [PostgreSQL Fully Homomorphic Encryption](https://github.com/FHE-Postgres/pg_fhe) [The Transparent data encryption in PostgreSQL - Highgo Software Inc.](https://www.highgo.ca/2019/09/30/the-transparent-data-encryption-in-postgresql/) + +[tfhe-rs](https://github.com/zama-ai/tfhe-rs) - TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.