From 98eaeb4675cb3beda5fb5b193937d6aafd37a0f0 Mon Sep 17 00:00:00 2001 From: Alisah-Ozcan Date: Thu, 16 Jan 2025 03:16:43 +0300 Subject: [PATCH] Add HEonGPU to libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bad651b..d1396f2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Libraries that can be used to implement applications using (Fully) Homomorphic E - [HEAAN-Python](https://github.com/Huelse/HEAAN-Python) - Python binding for the [HEANN](#HEAAN) library. - [HElib](https://github.com/HomEnc/HElib) - BGV scheme with bootstrapping and the Approximate Number CKKS scheme. - [HEMat](https://github.com/K-miran/HEMat) - C++ implementation of matrix computation (addition, multiplication, and transposition) using [HEANN](#HEAAN). +- [HEonGPU](https://github.com/Alisah-Ozcan/HEonGPU) - A GPU Based Homomorphic Encryption Library. - [krypto](https://github.com/kryptnostic/krypto) - C++ implementation of multivariate quadratic FHE. - [Λ ○ λ](https://github.com/cpeikert/Lol) - "Lol" Haskell library for ring-based lattice cryptography that supports FHE. - [lattigo](https://github.com/ldsec/lattigo) - Go library for lattice-based crypto that implements various schemes.