-
- [x] **Ana**. Finish ZKP:
* Either figure out how to assign mpz_t to paillier_ciphertext_t OR
* Overload mult_and_sum to work only with mpz_t and not paillier_ciphertext_t (do the computation i…
-
The very first line in the file notebook is
`from syft.he.Paillier import KeyPair`
I get an import error. Changing “Paillier” to “paillier” solved the problem.
Python import has some quirks around…
-
I evaluated the computational efficiency of paillier in Fate(denoted as paillier_fate) and paillier implemented in python(https://github.com/n1analytics/python-paillier , denoted as paillier_python), …
-
From engineering created by [hardbyte](https://github.com/hardbyte) : n1analytics/engineering#398
**Issue by [smi9c4](https://github.csiro.au/smi9c4)**
_Monday Jan 30, 2017 at 04:35 GMT_
_Original…
-
Before Release 1.0, the correct function of all plug-ins should be checked.
In the following list all plugins are listed. After you have checked one plugin, you can check it off here, so all others…
-
-
For simplicity, we should add the homomorphic encryption like ElGamal or lifted-ElGamal, paillier instead of pedersen commitment.
-
I was wondering if it would be possible to add support for "proof of membership" in addition to the current existing range proof.
Details on implementing a proof-of-membership is here: https://pail…
-
https://github.com/KZen-networks/zk-paillier/blob/635e1963cdfe84a873ba97b8bb81da580f947420/src/zkproofs/correct_key_ni.rs#L24
Also, somewhere it should be mentioned that they implicitly use gcd(n,p…
-
as the title.
can add support for ciphertext multiply ciphertext,not only the "ciphertext multiply clear number"?