homomorphic-simon
homomorphic-simon copied to clipboard
Update FVKey.cpp
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?