tfhe 1.3.0 → 1.3.2

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.
package/README.md CHANGED
@@ -149,7 +149,7 @@ To run this code, use the following command:
149
149
  > Note that when running code that uses `TFHE-rs`, it is highly recommended
150
150
  to run in release mode with cargo's `--release` flag to have the best performances possible.
151
151
 
152
- *Find an example with more explanations in [this part of the documentation](https://docs.zama.ai/tfhe-rs/get-started/quick_start)*
152
+ *Find an example with more explanations in [this part of the documentation](https://docs.zama.ai/tfhe-rs/get-started/quick-start)*
153
153
 
154
154
  <p align="right">
155
155
  <a href="#about" > ↑ Back to top </a>
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.3.0",
5
+ "version": "1.3.2",
6
6
  "license": "BSD-3-Clause-Clear",
7
7
  "repository": {
8
8
  "type": "git",
package/tfhe_bg.wasm CHANGED
Binary file