Skip to content

Releases: lducas/FHEW

Version 2 (beta)

30 May 20:21
Compare
Choose a tag to compare
  • Made Homomorphic gate computation 6x faster, by noticing that it is sufficient to compute ACC[1]. This trick is somehow equivalent to the external product from this paper
  • Implemented support for more gates: AND, OR, NAND, NOR, NOT
  • Forbids operation on non-independant ciphertext: (x OP x) or (x OP (not x))

Bugfixes

28 May 18:57
Compare
Choose a tag to compare

Several bugfixed from @NanXiao :

  • repaired compilation on win64 (issue #5 #6, PR #9)
  • fixed a memory leak (PR #12)
  • corrected uninstall path (PR #11)

Important Bugfix (security)

28 May 18:53
Compare
Choose a tag to compare

For testing purposes, noise was deactivated during encryption. It is now re-activated.