Skip to content

TFHE-rs v0.3.1

Compare
Choose a tag to compare
@jborfila jborfila released this 15 Aug 20:23
· 1804 commits to main since this release
0.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.