encrypted-computation
There are 6 repositories under encrypted-computation topic.
ibarrond/Pyfhel
PYthon 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.
OpenMined/SyferText
A privacy preserving NLP framework
momalab/CoPHEE
CoPHEE is a Co-processor for Partially Homomorphic Encrypted Encryption.
momalab/cryptoleq
Cryptoleq: A Heterogeneous Abstract Machine for Encrypted and Unencrypted Computation.
Talos-crypto/Pilatus
Pilatus extends the Talos Framework for Android Applications and/or Smartphone-as-Gateway IoT Applications. Pilatus employs partial homomorphic ciphers (Paillier, EC-ElGamal, proxy-re-encryption PRE, order preserving encryption mOPE, key homomorphic)
ibarrond/SEAL4Pyfhel
Original SEAL homomorphic encryption library, slightly modified to use it as dependency for Pyfhel.