GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/100

    [WIP] Create Paillier bridge to hide test constructor

    For discussion:
    Paillier currently exposes a public constructor that is only for testing.  
This is one way to make it default visibility (package private) to hide it as a 
published API, but make it available for testing via a bridge.
    
    I hope we agree not to expose methods only designed for testing as public 
API.
    Is there a better way to do this?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellison/incubator-pirk PaillierMods

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-pirk/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #100
    
----
commit 8e1c71fcd1d75a274852e64f1967df95c211264e
Author: Tim Ellison <[email protected]>
Date:   2016-09-23T16:02:59Z

    Create Paillier bridge to hide test constructor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to