tfhe 1.4.2 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
  3. package/tfhe.d.ts +957 -669
  4. package/tfhe.js +1742 -2267
  5. package/tfhe_bg.wasm +0 -0
package/README.md CHANGED
@@ -170,9 +170,9 @@ A document containing scientific and technical details about algorithms implemen
170
170
  <br></br>
171
171
 
172
172
  ### Tutorials
173
- - [[Video tutorial] Implement signed integers using TFHE-rs ](https://www.zama.ai/post/video-tutorial-implement-signed-integers-ssing-tfhe-rs)
174
- - [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/parity_bit)
175
- - [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/ascii_fhe_string)
173
+ - [[Video tutorial] Implement signed integers using TFHE-rs ](https://www.zama.ai/post/video-tutorial-implement-signed-integers-sing-tfhe-rs)
174
+ - [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/parity-bit)
175
+ - [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/ascii-fhe-string)
176
176
  - [Boolean SHA256 with TFHE-rs](https://www.zama.ai/post/boolean-sha256-tfhe-rs)
177
177
  - [Dark market with TFHE-rs](https://www.zama.ai/post/dark-market-tfhe-rs)
178
178
  - [Regular expression engine with TFHE-rs](https://www.zama.ai/post/regex-engine-tfhe-rs)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tfhe",
3
3
  "type": "module",
4
4
  "description": "TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.",
5
- "version": "1.4.2",
5
+ "version": "1.5.0",
6
6
  "license": "BSD-3-Clause-Clear",
7
7
  "repository": {
8
8
  "type": "git",