python-paillier icon indicating copy to clipboard operation
python-paillier copied to clipboard

Encrype array

Open antvig opened this issue 5 years ago • 1 comments

Hi, Currently, when I encrypte array, I iterate over all elements of the array, which is really time consuming. I believe a capability to encrype an array at module level would be very efficient !

antvig avatar Nov 15 '19 09:11 antvig

Hi @antvig would the suggestion in https://github.com/data61/python-paillier/issues/36 address your concerns? Or are you thinking about encrypting multiple cleartext numbers from an array into a single ciphertext?

hardbyte avatar Nov 19 '19 09:11 hardbyte