Toy implementation of FHE algorithms
-
Updated
Jun 6, 2020 - Julia
Toy implementation of FHE algorithms
SEAL.jl is an easy-to-use wrapper for the original SEAL library and supports homomorphic encryption with the BFV and CKKS schemes.
Efficient and Straggler-Resistant Homomorphic Encryption for Heterogeneous Federated Learning
Pure Python implementation of the homomorphic encryption BFV scheme with support for multi-party thresholded operations
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...
Secured Cheng and Church Algorithm performs encrypted computations such as sum, or matrix multiplication in Python for biclustering algorithm
Add a description, image, and links to the bfv topic page so that developers can more easily learn about it.
To associate your repository with the bfv topic, visit your repo's landing page and select "manage topics."