v0.2.5
- Breaking Change:
tfheb
package is now integrated totfhe
.tfheb.XXX
structures are now renamed totfhe.BinaryXXX
. - Add option to choose bootstrapping order in Parameters. This matches TFHE-rs implementation.
- Revert
LWESmallDimension
toLWEDimension
to reduce confusion. - Optimize default parameters so that it matches security level of TFHE-rs.
- Optimize codepath for BlockSize 1, which matches the original bootstrapping of TFHE.
Full Changelog: v0.2.4...v0.2.5