21 skills found
HeliBorg / HeliBoardCustomizable and privacy-conscious open-source keyboard
homenc / HElibHElib 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.
ibarrond / PyfhelPYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backends, implemented using Cython.
AI-Guru / HelibrunnaA HuggingFace compatible Small Language Model trainer.
TrustworthyComputing / T2 FHE Compiler And BenchmarksA cross compiler and standardized benchmarks for fully homomorphic encryption
GaloisInc / Helib DemosExperiments in homomorphic encryption
qdm12 / HbcAPI of homomorphic binary operations such as binary comparisons or binary divisions using the library HElib
SpiriLiao / FHE HElib基于HElib库的云计算平台设计与实现
mshcruz / SimpleFHESumSummation of 2 + 3 using Fully Homomorphic Encryption (HElib)
nikofil / Helib GoNo description available
MikeAnast / Homomorphic Comparison Using HelibNo description available
cryspuwaterloo / DiPSIDifferentially Private Set Intersection implemented with HELib. The official implementation for our EuroSP 2020 paper.
tofu-soya-p77u4n / HelibSortingUsing Helib library to implement Bitonic Sort and Direct Sort on Encrypted Data - Sử dụng thư viện Helib - thư viện hệ mã hóa đồng cấu sử dụng BGV scheme - để cài đặt thuật toán Bitonic Sort,và Direct Sort
christianepeters / Homomorphic Encryptionhow to install and run examples with helib, SEAL, fhe-toolkit-linux, etc
hebench / Reference Helib BackendThe HElib-CPU backend is a Reference backend engine for HEBench which is a shared library that implements the required functions specified in either the hebench::APIBridge or hebench::cpp wrapper. It is intended only as a reference on how to implement a HElib backend for HEBench and it is not fully optimized for performance.
fionser / MDLHELibTool, subroutines derived from HELib.
xueyumusic / JHElibjava for HElib
tricosset / HElib MPHElib with Multi-Precision Plaintext Moduli
antoniosv / Homomorphic CounterTesting HELib to implement a counter simulation
ciphron / FheThis program lets you try Fully Homomorphic Encryption (HElib is used in the backend). Run programs written in SCDL on encrypted data.