zama-ai / tfhe-rs

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
Other
825 stars 126 forks source link

Add support for matrix operations #1162

Open lognorman20 opened 1 month ago

lognorman20 commented 1 month ago

What is the problem you want to solve and can not with the current version?

I would like to do matrix operations using FheInts, but I am unable to use existing libraries such as tensor-rs or ndarray.

Describe the solution you'd like

An extension of this library that supports matrix operations on encrypted values

Describe alternatives you've considered

Writing my own implementations of matrix operations and representations

Additional context

Helpful for machine learning, computer graphics, phyics/engineering, etc...

IceTDrinker commented 1 month ago

Thanks for following up here