Skip to content
#

bgv

Here are 6 public repositories matching this topic...

Language: All
Filter by language

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.

  • Updated Jul 18, 2023
  • C++

Private Set Intersection (PSI) is a famous secure two-party computation (2PC) problem where two parties (client and server) want to jointly compute the intersection of their inputs sets without revealing additional information about the input sets. Our implementation offers open-source research code to perform fast privacy-preserving set interse...

  • Updated Apr 19, 2023
  • C++

Improve this page

Add a description, image, and links to the bgv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bgv topic, visit your repo's landing page and select "manage topics."

Learn more