From 1f322e746882c82056f3e7cb69967233b9db428b Mon Sep 17 00:00:00 2001 From: jlabellan Date: Thu, 9 Oct 2025 21:15:53 +0200 Subject: [PATCH 1/2] Add new FIDESlib project to README --- resources/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/README.md b/resources/README.md index 29e6ce080..a6620f7f1 100644 --- a/resources/README.md +++ b/resources/README.md @@ -211,6 +211,7 @@ - Concrete - Rust compiler for TFHE by **Zama** - Concrete ML - Privacy Preserving ML framework built on top of Concrete by **Zama** +- FIDESlib - A server-side CKKS GPU library fully interoperable with OpenFHE by **University of Murcia et al.** - 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** From cc4e07d2a7818c6b57472e0d741f6075e630047a Mon Sep 17 00:00:00 2001 From: jlabellan Date: Thu, 9 Oct 2025 23:32:27 +0200 Subject: [PATCH 2/2] Add new FIDESlib project and institutions to README --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index a6620f7f1..c63f6f5c0 100644 --- a/resources/README.md +++ b/resources/README.md @@ -211,7 +211,7 @@ - Concrete - Rust compiler for TFHE by **Zama** - Concrete ML - Privacy Preserving ML framework built on top of Concrete by **Zama** -- FIDESlib - A server-side CKKS GPU library fully interoperable with OpenFHE by **University of Murcia et al.** +- FIDESlib - A server-side CKKS GPU library fully interoperable with OpenFHE by **University of Murcia, Boston University, Northeastern University, University of Glasgow, and KAIST** - 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**