tfhe 1.3.2 → 1.3.3

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/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.2",
5
+ "version": "1.3.3",
6
6
  "license": "BSD-3-Clause-Clear",
7
7
  "repository": {
8
8
  "type": "git",
package/tfhe.d.ts CHANGED
@@ -2768,7 +2768,6 @@ export class wbg_rayon_PoolBuilder {
2768
2768
  export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module;
2769
2769
 
2770
2770
  export interface InitOutput {
2771
- readonly __wbg_tfhe_free: (a: number, b: number) => void;
2772
2771
  readonly __wbg_shortintciphertext_free: (a: number, b: number) => void;
2773
2772
  readonly __wbg_shortintcompressedciphertext_free: (a: number, b: number) => void;
2774
2773
  readonly __wbg_shortintclientkey_free: (a: number, b: number) => void;
@@ -4449,6 +4448,7 @@ export interface InitOutput {
4449
4448
  readonly provencompactciphertextlist_is_empty: (a: number) => number;
4450
4449
  readonly provencompactciphertextlist_len: (a: number) => number;
4451
4450
  readonly shortint_new_gaussian_from_std_dev: (a: number) => number;
4451
+ readonly __wbg_tfhe_free: (a: number, b: number) => void;
4452
4452
  readonly __wbg_wbg_rayon_poolbuilder_free: (a: number, b: number) => void;
4453
4453
  readonly wbg_rayon_poolbuilder_numThreads: (a: number) => number;
4454
4454
  readonly wbg_rayon_poolbuilder_receiver: (a: number) => number;
package/tfhe_bg.wasm CHANGED
Binary file