Sunscreen-tech / Sunscreen

A compiler for fully homomorphic encryption and zero knowledge proofs
https://docs.sunscreen.tech
GNU Affero General Public License v3.0
243 stars 26 forks source link

CKKS and BGV support from SEAL? #294

Open lidh15 opened 1 year ago

lidh15 commented 1 year ago

It seems that sunscreen only utilized BFV scheme in SEAL, is there any examples for CKKS and BGV?

rickwebiii commented 1 year ago

We don't support either of these schemes today. Do you have a use case in mind that needs them?

lidh15 commented 1 year ago

for example, I may wanna run a neural network under homomorphic encryption, those float point numbers in it needs encryption.