serengil / LightPHE

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

supporting tensors #1

Closed serengil closed 11 months ago

serengil commented 11 months ago

Current lightphe api allows users to encrypt & decrypt and homomorphic operations on numbers. As a feauture, lightphe should support tensors for these operation set. This can be used in machine learning applications!

serengil commented 11 months ago

Closed after PR - https://github.com/serengil/LightPHE/pull/14