File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
python-paillier |release |
2
- ===============
2
+ ==========================
3
3
4
4
+---------------------+
5
5
| |travisM | |
@@ -22,7 +22,7 @@ Running unit tests
22
22
23
23
::
24
24
25
- python setup.py test
25
+ python setup.py test
26
26
27
27
Or use nose::
28
28
@@ -34,8 +34,8 @@ Note related to gmpy2
34
34
`gmpy2 ` is not required to use the library, but is preferred. A pure Python implementation is available but
35
35
`gmpy2 ` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example
36
36
`examples/federated_learning_with_encryption.py ` provided in the library took:
37
- - 4.5s with `gmpy2 ` installed
38
- - 35.7s without `gmpy2 ` installed
37
+ - 4.5s with `gmpy2 ` installed
38
+ - 35.7s without `gmpy2 ` installed
39
39
40
40
However, `gmpy2 ` is a requirement to run the tests.
41
41
Original file line number Diff line number Diff line change 10
10
__uri__ = "https://github.com/n1analytics/python-paillier"
11
11
12
12
# We use semantic versioning - semver.org
13
- __version__ = "1.3.1-dev0 "
13
+ __version__ = "1.4.0 "
14
14
15
15
__author__ = "N1 Analytics developers"
16
16
You can’t perform that action at this time.
0 commit comments