# pylibfhe
Python wrapper for [libfhe](https://libfhe.org)
# Dependencies
* [libfhe](https://git.libfhe.org) - See [INSTALL](https://git.libfhe.org/core/libfhe/-/blob/main/INSTALL) for build instructions
* GNU multiprecision libraries
```bash
apt install -y libgmp-dev libmpfr-dev libmpc-dev
```
# Installing (PyPI)
```bash
pip install libfhe
```
# Building from Source
```bash
git clone https://git.libfhe.org/core/libfhe.git
cd libfhe/python
python setup.py install
cd tests && py.test # run test suite
```
Raw data
{
"_id": null,
"home_page": "https://libfhe.org",
"name": "libfhe",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "cryptography,fhe,Homomorphic Encryption",
"author": "azzaoui",
"author_email": "taha@azzaoui.org",
"download_url": "https://files.pythonhosted.org/packages/e5/96/a3e9f9b19e960ad00367cdc3fb90f8d0479f20b8bec158de1df92df58e19/libfhe-0.0.1.tar.gz",
"platform": null,
"description": "# pylibfhe\n\nPython wrapper for [libfhe](https://libfhe.org)\n\n# Dependencies\n\n* [libfhe](https://git.libfhe.org) - See [INSTALL](https://git.libfhe.org/core/libfhe/-/blob/main/INSTALL) for build instructions\n\n* GNU multiprecision libraries\n\n```bash\napt install -y libgmp-dev libmpfr-dev libmpc-dev\n```\n\n# Installing (PyPI)\n\n```bash\npip install libfhe\n```\n\n# Building from Source\n\n```bash\ngit clone https://git.libfhe.org/core/libfhe.git\ncd libfhe/python\npython setup.py install\ncd tests && py.test # run test suite\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Python wrapper for libfhe",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://libfhe.org"
},
"split_keywords": [
"cryptography",
"fhe",
"homomorphic encryption"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5d2778f7593d5d99601aa8a1acb4c636f5f551811a028a1a48fb14a55ce08bb5",
"md5": "66b96b90285eb6c784575b9aa459f98b",
"sha256": "b5a8351bf7fa2975735e51c274226ab0536fe40cff4f2e88056f3281835d6c83"
},
"downloads": -1,
"filename": "libfhe-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "66b96b90285eb6c784575b9aa459f98b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 720591,
"upload_time": "2023-07-14T04:32:14",
"upload_time_iso_8601": "2023-07-14T04:32:14.811172Z",
"url": "https://files.pythonhosted.org/packages/5d/27/78f7593d5d99601aa8a1acb4c636f5f551811a028a1a48fb14a55ce08bb5/libfhe-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e596a3e9f9b19e960ad00367cdc3fb90f8d0479f20b8bec158de1df92df58e19",
"md5": "497c2339fb33d73397e6f38a3d3764f5",
"sha256": "0bdea3bf23eecc1eb7b5a27db563d2bbb1f711ef8e04a49bd38601fcd8e36b1d"
},
"downloads": -1,
"filename": "libfhe-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "497c2339fb33d73397e6f38a3d3764f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 142121,
"upload_time": "2023-07-14T04:32:16",
"upload_time_iso_8601": "2023-07-14T04:32:16.489890Z",
"url": "https://files.pythonhosted.org/packages/e5/96/a3e9f9b19e960ad00367cdc3fb90f8d0479f20b8bec158de1df92df58e19/libfhe-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-14 04:32:16",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "libfhe"
}