blindstore / blindstore

Official Blindstore repository
http://blindstore.github.io
MIT License
43 stars 7 forks source link

Investigate HElib feasibility as FHE backend #3

Closed bogdan-kulynych closed 10 years ago

bogdan-kulynych commented 10 years ago

HElib is a much more complicated to use in our protocol context, but it looks more promising than libscarab.

bogdan-kulynych commented 10 years ago

Feasible, since when initializing HElib one sets the Integer field on which to work on. So we can set the field to GF(2) and use HElib with our current protocol implementation without any changes to the protocol.