homomorphic-simon icon indicating copy to clipboard operation
homomorphic-simon copied to clipboard

Update FVKey.cpp

Open peiworld opened this issue 10 years ago • 0 comments

line 230: _b = (-((a)(_s)%(*phi)))+e;

should it be _b = -((a)(_s)%(*phi)+e); according to both your paper and the original FV2012 paper?

peiworld avatar Aug 08 '15 04:08 peiworld