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.
- package/README.md +3 -3
- package/package.json +1 -1
- package/tfhe.d.ts +957 -669
- package/tfhe.js +1742 -2267
- 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-
|
|
174
|
-
- [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/
|
|
175
|
-
- [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/
|
|
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