Skip to content

IBM/helayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HElayers

Scope

IBM HElayers is software development kit (SDK) for the practical and efficient execution of encrypted workloads using fully homomorphic encrypted data. HElayers is designed to enable application developers and data scientists to seamlessly apply advanced privacy preserving techniques without requiring specialized skills in cryptography.

HElayers now powers IBM's FHE Cloud Service, a beta cloud service that enables data scientists and developers to deploy privacy preserving machine learning driven Software-as-a-Service (SaaS) applications in the Cloud.

Usage

Python API with helayers-pylab Docker image

Use the ibmcom/helayers-pylab Docker image to explore and use HElayers using a Python API.

Use the ibmcom/helayers-pylab-s390x Docker image to explore and use HElayers using a Python API on IBM Z and IBM LinuxONE.

C++ API with helayers-lab Docker image

Use the ibmcom/helayers-lab Docker image to explore and use HElayers using C++ API.

Use the ibmcom/helayers-lab-s390x Docker image to explore and use HElayers using C++ API on IBM Z and IBM LinuxONE.

pyhelayers Python package

Install the pyhelayers Python package:

pip install pyhelayers

This is currently supported on Linux only (x86 and IBM Z).

pyhelayerslite Python package

Install the pyhelayerslite Python package:

pip install pyhelayerslite

This is currently supported on Windows only.

License

HElayers is provided under a community edition license for non-commercial use; see license. For commercial deployments and access to the source code, please contact chamliam@ie.ibm.com for the Premium Edition license.

Citing IBM HELayers

To cite IBM HELayers, please use:

Aharoni, E., Adir, A., Baruch, M., Drucker, N., Ezov, G., Farkash, A., Greenberg, L., Masalha, R., Moshkowich, G., Murik, D. and Shaul, H., 2020. HeLayers: A Tile Tensors Framework for Large Neural Networks on Encrypted Data. (2023), Privacy Enhancing Technology Symposium (PETs) 2023 (To be published)

Bibtex:

@article{helayers,
  author = {Aharoni, Ehud and Adir, Allon and Baruch, Moran and Drucker, Nir and Ezov, Gilad and Farkash, Ariel and Greenberg, Lev and Masalha, Ramy and Moshkowich, Guy and Murik, Dov and Shaul, Hayim and Soceanu, Omri},
  journal = {Privacy Enhancing Technology Symposium (PETs) 2023},
  title = {{HeLayers: A Tile Tensors Framework for Large Neural Networks on Encrypted Data}},
  url = {https://petsymposium.org/2023/paperlist.php},
  year = {2023}
}

Support

For questions and comments about HElayers please visit our slack channel #helayers on IBM AIF360 workspace.

About

IBM HElayers homomorphic encryption SDK for C++ and Python

Topics

Resources

License

Security policy

Stars

46 stars

Watchers

8 watching

Forks

Contributors

Generated from IBM/repo-template