File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 2929 version = about ['__version__' ],
3030 description = about ['__summary__' ],
3131 long_description = open (os .path .join (here , "README.rst" )).read (),
32- long_description_content_type = 'text/markdown' ,
3332 url = about ['__uri__' ],
3433 download_url = "https://pypi.python.org/pypi/phe/#downloads" ,
3534 author = about ['__author__' ],
You can’t perform that action at this time.
0 commit comments