AI-Tech-Research-Lab / Introduction-to-BFV-HE-ML

A mathematical and code introduction to the BFV Homomorphic Encryption scheme.
31 stars 2 forks source link

-((a * s) + e) #7

Open bquast opened 1 year ago

bquast commented 1 year ago

is this correct?

from what i read it is (-(a * s) + e)

bquast commented 1 year ago

Thinking about it, I guess it doesn't matter very much right?

AlexMV12 commented 1 year ago

immagine

From what I see in the "Somewhat practical fully homomorphic encryption" paper, it should be -((a * s) + e).

bquast commented 1 year ago

You're right, although I tried it, and it did work