microsoft / EVA

Compiler for the SEAL homomorphic encryption library
MIT License
226 stars 58 forks source link

Add vector dot product example #27

Open Wheest opened 2 years ago

Wheest commented 2 years ago

The convolution example is perhaps too complex for new users, which requires them to have an understanding of FHE optimized algorithms. This is what I found as a new user of EVA.

This example is a simpler introduction to EVA, with a vector size of 1, and a vector size of N.