tfhe 1.1.0-alpha.0 → 1.1.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/package.json +1 -1
- package/tfhe.d.ts +1 -1
- package/tfhe_bg.wasm +0 -0
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.1.0
|
|
5
|
+
"version": "1.1.0",
|
|
6
6
|
"license": "BSD-3-Clause-Clear",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
package/tfhe.d.ts
CHANGED
|
@@ -2623,7 +2623,6 @@ export class wbg_rayon_PoolBuilder {
|
|
|
2623
2623
|
export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module;
|
|
2624
2624
|
|
|
2625
2625
|
export interface InitOutput {
|
|
2626
|
-
readonly __wbg_tfhe_free: (a: number, b: number) => void;
|
|
2627
2626
|
readonly __wbg_shortintciphertext_free: (a: number, b: number) => void;
|
|
2628
2627
|
readonly __wbg_shortintcompressedciphertext_free: (a: number, b: number) => void;
|
|
2629
2628
|
readonly __wbg_shortintclientkey_free: (a: number, b: number) => void;
|
|
@@ -4272,6 +4271,7 @@ export interface InitOutput {
|
|
|
4272
4271
|
readonly shortintparameters_lwe_noise_distribution: (a: number) => number;
|
|
4273
4272
|
readonly provencompactciphertextlist_is_empty: (a: number) => number;
|
|
4274
4273
|
readonly provencompactciphertextlist_len: (a: number) => number;
|
|
4274
|
+
readonly __wbg_tfhe_free: (a: number, b: number) => void;
|
|
4275
4275
|
readonly __wbg_booleanciphertext_free: (a: number, b: number) => void;
|
|
4276
4276
|
readonly __wbg_booleancompressedciphertext_free: (a: number, b: number) => void;
|
|
4277
4277
|
readonly __wbg_booleanclientkey_free: (a: number, b: number) => void;
|
package/tfhe_bg.wasm
CHANGED
|
Binary file
|