Brian Thorne

Results 125 issues of Brian Thorne

Can use appveyor.com. For example see [scikit-learn/appveyor.yml](https://github.com/scikit-learn/scikit-learn/blob/master/appveyor.yml)

effort2: medium (day)
best practice

Currently to use **python-paillier** users import from `phe.paillier`, instead I think we should rename the module namespace as `paillier`.

question

Testing that the examples continue to work

best practice

The standard encoding implemented in Javallier uses more of the available space for a given key size. Python-paillier should also support this encoding to preserve interop between the two libraries.

http://hypothesis.readthedocs.io/en/latest/

Update docs to contain testable code snippets. Add to travis script step: ``` make test-doc test-sphinxext ```

E.g. create temporary virtual environment, install from pypi, run a basic example. Could investigate using `tox`. Travis could test simple examples in the `after_success` section.

We are using a fork of bitarray which publishes binary wheels to ensure wider support. This was introduced in #248 The upstream PR (to introduce building the wheels at least)...

~This feature is to output the solved mapping while also exposing their similarity scores.~ This feature is to modify `anonlink` to support `anonlink-entity-service` (and library users) in calculating similarity scores...

feature request

This issue is to refactor the various 2 party functions to use the multiparty variants and convert to expected formats.