Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #202 from IBM/archive_start
Browse files Browse the repository at this point in the history
changed the readme to reflect that this repo is archvied
  • Loading branch information
boland25 authored Jul 24, 2024
2 parents 90d924a + 1561eb0 commit eceea2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"files.associations": {
"functional": "cpp"
}

}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
We are archiving this exiting repository. Its been a few years since we've had any support for the FHE Toolkit. Please see below for HElayers which is supported and in active development.

# IBM Fully Homomorphic Encryption (HELayers) SDK for Linux

![HELayers](Documentation/Images/fhe.jpg)

Last year, we introduced FHE to Linux with our FHE Toolkit. Today, we are announcing the next evolution of the FHE Toolkit called IBM HElayers, a software development kit (SDK) for the practical and efficient execution of encrypted workloads using fully homomorphic encrypted data. HElayers enables application developers and data scientists to seamlessly use advanced privacy preserving techniques without having to be a specialist in cryptography - all while working in a newly integrated Python environment. 
In 2020, we introduced FHE to Linux with our FHE Toolkit. In 2021, we made the next evolution of the FHE Toolkit called IBM HElayers, a software development kit (SDK) for the practical and efficient execution of encrypted workloads using fully homomorphic encrypted data. HElayers enables application developers and data scientists to seamlessly use advanced privacy preserving techniques without having to be a specialist in cryptography - all while working in a newly integrated Python environment. 

HELayers is packaged as Docker containers that make it easier to get started and experimenting with FHE. It is written in C++ and includes a Python API that enables data scientists and application developers to easily use the power of FHE by supporting a wide array of analytics such as linear regression, logistic regression, and neural networks.

Expand Down
1 change: 1 addition & 0 deletions README_TOOLKIT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

# IBM Fully Homomorphic Encryption Toolkit for Linux

The IBM Fully Homomorphic Encryption (FHE) Toolkit for Linux is packaged as [Docker][1] containers that make it easier to get started and experimenting with the [Fully Homomorphic Encryption][2] technology.
Expand Down

0 comments on commit eceea2f

Please sign in to comment.