File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# OpenFHE-NumPy
2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
4
- [ ![ Python Versions] ( https://img.shields.io/badge/python-3.8 %2B-blue )] ( https://www.python.org/ )
4
+ [ ![ Python Versions] ( https://img.shields.io/badge/python-3.10 %2B-blue )] ( https://www.python.org/ )
5
5
[ ![ OpenFHE Version] ( https://img.shields.io/badge/OpenFHE-1.4.0%2B-green )] ( https://github.com/openfheorg/openfhe-development )
6
6
7
7
OpenFHE-NumPy is a NumPy-like API for homomorphic encryption operations, built on top of OpenFHE. This library enables data scientists and machine learning practitioners to perform computations on encrypted data using familiar NumPy syntax.
@@ -47,7 +47,7 @@ openfhe-numpy/
47
47
48
48
- ** C++ compiler** : Supporting C++17 standard
49
49
- ** CMake** : Version 3.16 or newer
50
- - ** Python** : Version 3.8 or newer
50
+ - ** Python** : Version 3.10 or newer
51
51
- ** NumPy** : Any version
52
52
- ** OpenFHE** : Any version
53
53
- ** OpenFHE Python** : Any version
@@ -88,7 +88,7 @@ pip install openfhe_numpy==<openfhe_package_version>
88
88
89
89
Once installed, any python example at https://github.com/openfheorg/openfhe-numpy/tree/main/examples/python can be executed.
90
90
91
- Note that Ubuntu LTS 20.04, 22.04, and 24.04 are currently supported. ` pip uninstall ` can be used to uninstall the openfhe package.
91
+ Note that Ubuntu LTS 22.04 and 24.04 are currently supported. ` pip uninstall ` can be used to uninstall the openfhe package.
92
92
93
93
94
94
## Running Tests
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ OpenFHE-Numpy requires the OpenFHE library to be installed first.
6
6
Prerequisites
7
7
-------------
8
8
9
- - Python 3.8 +
10
- - OpenFHE library (version 1.3.1 +)
9
+ - Python 3.10 +
10
+ - OpenFHE library (version 1.4.0 +)
11
11
- NumPy
12
12
- CMake (for building from source)
13
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Our tests use a custom framework built on top of Python's `unittest`
5
5
6
6
## Prerequisites
7
7
8
- * Python 3.8 +
8
+ * Python 3.10 +
9
9
* openfhe and openfhe_numpy installed
10
10
* No additional test frameworks required - we use Python's built-in ` unittest `
11
11
You can’t perform that action at this time.
0 commit comments