n1analytics / javallier

A Java library for Paillier partially homomorphic encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused exception classes

mpnd opened this issue · comments

commented

EncryptException and DecryptException are not used. Remove these exceptions once we check that we won't use these.

commented

The unused exception classes have been removed in 84b894a