A Fully Homomorphic Encryption Framework for Deep Learning
Project description
Orion
Installation
We tested our implementation on Ubuntu 22.04.5 LTS. First, install the required dependencies:
sudo apt update && sudo apt install -y \
build-essential git wget curl ca-certificates \
python3 python3-pip python3-venv \
unzip pkg-config libgmp-dev libssl-dev
Install Go (for Lattigo backend):
cd /tmp
wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz
echo 'export PATH=/usr/local/go/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
go version # go version go1.22.3 linux/amd64
Install Orion
git clone https://github.com/baahl-nyu/orion.git
cd orion/
pip install -e .
Run the examples!
cd examples/
python3 run_lola.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orion_fhe-1.0.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e28acb6d7772c285cecf84883f4c381b465b66371b51d30632f58b40f5ab9115
|
|
| MD5 |
85ea44841b2ae7739af16124a179dcc8
|
|
| BLAKE2b-256 |
c60f809db6a10d09964275c58b318cba6fc19e3013cadd0709ac10c085eccd4a
|
File details
Details for the file orion_fhe-1.0.2-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d72330662271cb2f7191085be0ca0139da162eaf3ddd724e93418a943a0a3f0d
|
|
| MD5 |
0a68064115c00d37a9ae2a43bda106e8
|
|
| BLAKE2b-256 |
d5daf6b39c727dfc0c35bcc3a1667e6019d1a05439f3c1445280c102aecb1f99
|
File details
Details for the file orion_fhe-1.0.2-cp312-cp312-macosx_15_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp312-cp312-macosx_15_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a602f53997318f904b253789a53905f408950f22183d594154217529499b84cb
|
|
| MD5 |
46a4c68de4de4c86bd508ddaa5e339da
|
|
| BLAKE2b-256 |
ebf831230a914d94281901ac51b6f1d7c25de40ec0a009584fb7f9cd48885c2a
|
File details
Details for the file orion_fhe-1.0.2-cp312-cp312-macosx_14_0_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp312-cp312-macosx_14_0_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac17e80862dc1ee6397d4ec95883db24c76cc241c5f854ca2f4a33674dabeaf
|
|
| MD5 |
7a4a712e441d1dce297db21c775ec460
|
|
| BLAKE2b-256 |
2e2c46a137b8f449a902226a81f53e400caa12de3ceaf6a477c17f0d90ed8995
|
File details
Details for the file orion_fhe-1.0.2-cp312-cp312-macosx_14_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f8bbcaa62d66793aee83a5b23b540643bede6063826ad793dd823284a783518
|
|
| MD5 |
ccef811f67bc4cf8e6354b0fd7828884
|
|
| BLAKE2b-256 |
90e60ff8bdfdc84448e7a7ea20467abcfad3d90507346e5d37a11ac8f4bc1275
|
File details
Details for the file orion_fhe-1.0.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da16e597e609614b0ec5152c4f67b03d75fe01c09d128b7b29fd9ed711c4e52
|
|
| MD5 |
d0c115340a30359d32b717dedc9ff8f8
|
|
| BLAKE2b-256 |
6a158d3ee4177b47eb3eeed8c3bee779b6c918dac0572feebf2223e53953c77a
|
File details
Details for the file orion_fhe-1.0.2-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbe1cd64713ef6f155840b9fb4038b9963eac362f8933de762e8d9d94eeb32fa
|
|
| MD5 |
5d23b42fcee9cda7041fb1a4200b71a1
|
|
| BLAKE2b-256 |
eff5e020107da643db135760fda93da313690eff58dafa50889bc09bf7dcd330
|
File details
Details for the file orion_fhe-1.0.2-cp311-cp311-macosx_15_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp311-cp311-macosx_15_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c3d34c0d889e27ef387540d84468f81f21cd858cfc994652ddf74bb0fee64e7
|
|
| MD5 |
a067332b6b15939805f103fd9150c6bf
|
|
| BLAKE2b-256 |
efe3722a219a59c0cc677b32930ee4667a766ab195d80c7c469e8957c7bbf6f2
|
File details
Details for the file orion_fhe-1.0.2-cp311-cp311-macosx_14_0_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp311-cp311-macosx_14_0_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc5594ba20d3b1f23236c54dcca9ff8415a98c420dae25951f373509ff41ff0d
|
|
| MD5 |
42e2b9ed3f7544d4c2a7cc7dc6ce6fed
|
|
| BLAKE2b-256 |
ea318225ade15cbfd2def7553ad63c869288d2e8fe7aed31823a134b2b6475cb
|
File details
Details for the file orion_fhe-1.0.2-cp311-cp311-macosx_14_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a891a5c42cd23b4d098f5c28b56cf40290220961167953d9a019880db674b46
|
|
| MD5 |
41ed2fac31b28d23dda83735bafe9f2f
|
|
| BLAKE2b-256 |
38a27204245b2cb0cf1bcf4f3d76662878c423fdac81bffe35812561cdb80ec8
|
File details
Details for the file orion_fhe-1.0.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54d3a4ba1b0dca466b18f5bac63b43211f522cd8490be4c054abbd7e3e8858b
|
|
| MD5 |
e63d9d17597252445292c79972473c1b
|
|
| BLAKE2b-256 |
57333901d1f479f8128903e44b39294871d903d60f04d60d6f8b0a9dfbe20e4d
|
File details
Details for the file orion_fhe-1.0.2-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9364c4e086a564cf6d19f83fd8a06d1843c6a316f4b92c02ec29036d4cdd7ef
|
|
| MD5 |
d6507b2c77f4b0477530e60ea79c6d33
|
|
| BLAKE2b-256 |
81d1e741c321ffbddf3a17a7653597fa283d1df20ded76d9bd4f552668f4306d
|
File details
Details for the file orion_fhe-1.0.2-cp310-cp310-macosx_15_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp310-cp310-macosx_15_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.10, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0690cc5ef55ceb2fe9879c6f1172f5281ce45856cbb6cdb2e597d2abee92ca31
|
|
| MD5 |
8542cb0ff3e98d5d37025ad3ab73e5e2
|
|
| BLAKE2b-256 |
339d72f652331de02b592a10e09c62f98f75b9650a661a1ac70b8c4c00c68505
|
File details
Details for the file orion_fhe-1.0.2-cp310-cp310-macosx_14_0_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp310-cp310-macosx_14_0_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a462f181173d18c7cfc5406a06b38dadbf9916ec9cfd8e1aebec8f3cb57ec5fe
|
|
| MD5 |
7af62162b801b71b958363071b571130
|
|
| BLAKE2b-256 |
98986fa41becc765d4619400c37ccdbd143a26f4a4b11d9a7486906e20c7366a
|
File details
Details for the file orion_fhe-1.0.2-cp310-cp310-macosx_14_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8765382900e354ffdebe036beea681e48f4a585e4c2fd7e1a6bc4181cb5e27da
|
|
| MD5 |
f450df43928c8d4055f556122551e23b
|
|
| BLAKE2b-256 |
74f02a4bd4f43277c060845e3c511698ef9ead6abd3c9915c155385e1ccda9eb
|
File details
Details for the file orion_fhe-1.0.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360b768f5f0f55e195505ef1a83feafa2c342fff98f426ef874eb00e6195dd0b
|
|
| MD5 |
bb4b5fb1141e82d4cae881f6d1b01c35
|
|
| BLAKE2b-256 |
3b3f5db5e93b390ffab8744892f74a2076d9d9db34b803d4ba64067fc6748378
|
File details
Details for the file orion_fhe-1.0.2-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c970963a3a2ee25b8b1224bfb58f9e420db0de1de6a6f64ebcc6395f9633e031
|
|
| MD5 |
d7e41f3b925cad08e846d6ff0043b1a9
|
|
| BLAKE2b-256 |
832b08d0b7d98fa0e10399ef45640c0d31467dad4285886cb4f3f86c2b3217d9
|
File details
Details for the file orion_fhe-1.0.2-cp39-cp39-macosx_15_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp39-cp39-macosx_15_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce0b8e0ad227953d12ebf643066754cb3a7ea21b8a639354d7478872e3ae79cc
|
|
| MD5 |
19df895b929475bf2ad8112b657b8b83
|
|
| BLAKE2b-256 |
aace0b7894e9eb84946831b9fa47c324f8dfe4259778ec5628d9a0dd76d3df4a
|
File details
Details for the file orion_fhe-1.0.2-cp39-cp39-macosx_14_0_x86_64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp39-cp39-macosx_14_0_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5c3f101a2a6682fe16c952e4b2ac9b0c5c45927744654ee6bb4b7addfa3569
|
|
| MD5 |
5b78ea08ad3192df04962789b7ecb2af
|
|
| BLAKE2b-256 |
66856532e287f12a3148f4e0138ca491f777e18cec1436856b6339c8dd103589
|
File details
Details for the file orion_fhe-1.0.2-cp39-cp39-macosx_14_0_arm64.whl.
File metadata
- Download URL: orion_fhe-1.0.2-cp39-cp39-macosx_14_0_arm64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a4ebec2a3cf0d7758fecef831df0252c5cd7428b1eba79061975ee4a258f6e2
|
|
| MD5 |
17df51a23600676794ca6eda5cbb5952
|
|
| BLAKE2b-256 |
13cbbb2bbec1c5ebcbf2c61fb419e213bcc8e70e92af0e5717ffaa57470260a9
|