Skip to content

Some algorithms for computation on encrypted data based on Microsoft SEAL

Notifications You must be signed in to change notification settings

haochenuw/algorithms-in-SEAL

Repository files navigation

Algorithms in SEAL

Some example algorithms for homomorphic encryption computation based on Microsoft SEAL.

Running the examples

First, install SEAL 3.4.0 from https://github.com/Microsoft/SEAL.

Then

cmake .
make

will create two executables in the bin directory. mvproduct is for matrix-vector multiplication, and polyeval does polynomial evaluation.

About

Some algorithms for computation on encrypted data based on Microsoft SEAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published