serengil / LightPHE

A Lightweight Partially Homomorphic Encryption Library for Python
https://bit.ly/46vWz9w
MIT License
53 stars 5 forks source link

I should create ciphertext object with number #8

Closed serengil closed 9 months ago

serengil commented 9 months ago

LightPHE class should have create ciphertext method accepting number or tuple. One can perform homomorphic operations without holding private key in that way.

Also make public method will be good to drop private key in LightPHE class.

serengil commented 9 months ago

Sorted in 0.0.3