homomorphic-simon
homomorphic-simon copied to clipboard
Proof-of-concept implementation of a homomorphic Simon encryption using YASHE and FV leveled homomorphic cryptosystems
Results
2
homomorphic-simon issues
Sort by
recently updated
recently updated
newest added
YASHE/YASHEKey.h:48:0, from main.h:67, from Simon.h:4, from Simon.cpp:42: YASHE/Ciphertext.h:48:10: fatal error: flint/fmpz_mod_polyxx.h: No such file or directory #include "flint/fmpz_mod_polyxx.h"
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?