Skip to content

Latest commit

 

History

History
95 lines (72 loc) · 2.41 KB

README.rst

File metadata and controls

95 lines (72 loc) · 2.41 KB

Python-FHEz

(Formerly Python-ReSeal)

FHEz fun computational graph snake logo

Python-FHEz is a fully-homomorphically-encrypted deep-learning library, made with love, and tears.

Cypherpunks write code.

Docs

Cypherpunks, read the docs:

Version Provider Link to Documentation
Master RTD RTD Documentation Status (Latest/Master)
Stable RTD RTD Documentation Status (Latest Stable Release)
Staging RTD RTD Documentation Status (Staging)
Dev RTD RTD Documentation Status (Staging)
Staging (Full Autodoc) GitLab Pages GitLab Pages Documentation Status (Latest/Master)

Cite

Either:

@online{reseal,
  author = {George Onoufriou},
  title = {Python-FHEz Source Repository},
  howpublished = {GitLab},
  year = {2021},
  url = {https://gitlab.com/DeepCypher/python-fhez},
}

Or if you do not have @online support:

@misc{reseal,
  author = {George Onoufriou},
  title = {Python-FHEz Source Repository},
  howpublished = {GitLab},
  year = {2021},
  note = {\url{https://gitlab.com/DeepCypher/python-fhez}},
}