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

Commit 1561eb0

Browse files
committed
changed the readme to reflect that this repo is archvied
1 parent 90d924a commit 1561eb0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"git.ignoreLimitWarning": true
2+
"git.ignoreLimitWarning": true,
3+
"files.associations": {
4+
"functional": "cpp"
5+
}
36

47
}

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2+
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.
3+
24
# IBM Fully Homomorphic Encryption (HELayers) SDK for Linux
35

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

6-
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. 
8+
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. 
79

810
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.
911

README_TOOLKIT.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# IBM Fully Homomorphic Encryption Toolkit for Linux
34

45
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.

0 commit comments

Comments
 (0)