-
```
Hi Mike,
I'm using the "thep-0.1.jar" (http://code.google.com/p/thep/). It works well,
but recently I met one problem on the "EncryptedInteger.rerandomize" which
fires "java.lang.NullPointerEx…
-
```
Hi Mike,
I'm using the "thep-0.1.jar" (http://code.google.com/p/thep/). It works well,
but recently I met one problem on the "EncryptedInteger.rerandomize" which
fires "java.lang.NullPointerEx…
-
```
Hi Mike,
I'm using the "thep-0.1.jar" (http://code.google.com/p/thep/). It works well,
but recently I met one problem on the "EncryptedInteger.rerandomize" which
fires "java.lang.NullPointerEx…
-
Can this be used on strings/objects and other non number types or does that not even make sense?
-
Just curious why did you choose k value (rounds of Miller-Rabin test ) to be so high
https://github.com/mikeivanov/paillier/blob/master/primes.py#L32
As I see explained here
https://stackoverflow.com…
-
The implementation still seems to have issues where two of the inputs are negative numbers. You can reproduce it by specifying `A` and `B` or `A` and `C` as negative.
-
Does your code include the improvement mentioned by [Wikipedia](http://en.wikipedia.org/wiki/Paillier_cryptosystem)?
> Paillier and Pointcheval however went on to propose an improved cryptosystem tha…