n1analytics / javallier

A Java library for Paillier partially homomorphic encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default EncodedNumber base should be same as python-paillier

hardbyte opened this issue · comments

See #4.

python-paillier uses a default base of 16, unless there is a significant reason why javallier uses a base of 2, we should change it 16 to aide compatibility.