python-paillier
python-paillier copied to clipboard
Encrype array
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 !
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?