Closed hardbyte closed 8 years ago
PaillierTestEncodedNumber has several encryption tests including testEncryptFloatDecryptFloat2.
PaillierTestEncodedNumber
testEncryptFloatDecryptFloat2
As written these tests are misleading - they don't actually encrypt the EncodedNumber.
Linked to #21 because this testing would have caught this issue earlier.
Everything in paillier_test.py now encrypts.
paillier_test.py
PaillierTestEncodedNumber
has several encryption tests includingtestEncryptFloatDecryptFloat2
.As written these tests are misleading - they don't actually encrypt the EncodedNumber.
Linked to #21 because this testing would have caught this issue earlier.