n1analytics / javallier

A Java library for Paillier partially homomorphic encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit tests should also test safe EncryptedNumbers

wilko77 opened this issue · comments

Currently almost all unit tests use unsafe EncryptedNumbers. We should also test with safe EncryptedNumbers, as this is the more important and cryptographically safe representation.