Open-Source Code
Selected open-source work in homomorphic encryption, privacy-preserving ML, and cryptographic engineering.
OpenFHE-NumPy
Co-authorExtends OpenFHE with a NumPy-like API so data scientists can run encrypted-data computations with familiar syntax - bridging FHE and practical data-science workflows.
OpenFHE
MaintainerLong-term maintainer of OpenFHE, the leading open-source library for fully homomorphic encryption, supporting BFV, BGV, CKKS, and TFHE schemes.
Homomorphic SVM on Image Embeddings
AuthorA method for running Support Vector Machine inference on image embeddings under homomorphic encryption - private image classification end to end.
Private SVM with OpenFHE
AuthorA private Support Vector Machine in C++ using OpenFHE. A Python port by Bill Buchanan, based on this implementation, ships as an OpenFHE example.
OpenFHE Benchmarks
AuthorMicrobenchmarks for the latency of core CKKS operations in the OpenFHE library - useful for tuning parameters and comparing implementations.
cFHE
ContributorA homomorphic encryption scheme based on continued fractions. Contributed to the design and reference implementation.
PALISADE
ContributorContributed the BFV-BEHZ encryption scheme to the PALISADE lattice cryptography library - the predecessor of OpenFHE.
Intel HEXL
ContributorActive contributions to Intel HEXL via its OpenFHE integration - vectorized AVX-512 primitives for lattice cryptography.