bgv
There are 6 repositories under bgv topic.
homenc/HElib
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.
JuliaCrypto/ToyFHE.jl
Toy implementation of FHE algorithms
primihub/hehub
HEhub is a library for homomorphic encryption and its applications, and is part of the PrimiHub project.
deevashwer/Levelled-BGV
Implementation of GLWE based Levelled Fully Homomorphic BGV using Pari/GP library in C++.
Crypto-TII/fhelib
C library for the leveled BGV scheme.
SAP/nested-hashing-psi
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...