File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11python-paillier |release |
2- ===============
2+ ==========================
33
44+---------------------+
55| |travisM | |
@@ -22,7 +22,7 @@ Running unit tests
2222
2323::
2424
25- python setup.py test
25+ python setup.py test
2626
2727Or use nose::
2828
@@ -34,8 +34,8 @@ Note related to gmpy2
3434`gmpy2 ` is not required to use the library, but is preferred. A pure Python implementation is available but
3535`gmpy2 ` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example
3636`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
3939
4040However, `gmpy2 ` is a requirement to run the tests.
4141
Original file line number Diff line number Diff line change 1010__uri__ = "https://github.com/n1analytics/python-paillier"
1111
1212# We use semantic versioning - semver.org
13- __version__ = "1.3.1-dev0 "
13+ __version__ = "1.4.0 "
1414
1515__author__ = "N1 Analytics developers"
1616
You can’t perform that action at this time.
0 commit comments