TFHE-rs v0.3.1
TFHE-rs v0.3.1 includes:
In the HL API:
- Scalar operations are now compatible with scalars up to 256 bits;
- New instruction: if_then_else.
In the integer API:
- New instruction: if_then_else;
- Faster parallelized carry propagation.
In the boolean API:
- Choice of the bootstrapping pattern: KS->PBS or PBS->KS;
- Parameter update.