Releases: lducas/FHEW
Releases · lducas/FHEW
Version 2 (beta)
- 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
Important Bugfix (security)
For testing purposes, noise was deactivated during encryption. It is now re-activated.