@wireapp/core-crypto 9.2.0 → 9.2.1
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
|
Binary file
|
|
@@ -248,11 +248,11 @@ export const __wbg_get_decryptedmessage_identity: (a: number) => number;
|
|
|
248
248
|
export const __wbg_get_decryptedmessage_commitDelay: (a: number) => [number, bigint];
|
|
249
249
|
export const __wbg_get_decryptedmessage_message: (a: number) => [number, number];
|
|
250
250
|
export const welcome_new: (a: number, b: number) => number;
|
|
251
|
-
export const keypackage_new: (a: number, b: number) => number;
|
|
252
|
-
export const groupinfo_new: (a: number, b: number) => number;
|
|
253
|
-
export const externalsenderkey_new: (a: number, b: number) => number;
|
|
254
251
|
export const secretkey_new: (a: number, b: number) => number;
|
|
252
|
+
export const externalsenderkey_new: (a: number, b: number) => number;
|
|
255
253
|
export const conversationid_new: (a: number, b: number) => number;
|
|
254
|
+
export const groupinfo_new: (a: number, b: number) => number;
|
|
255
|
+
export const keypackage_new: (a: number, b: number) => number;
|
|
256
256
|
export const __wbg_proteusautoprekeybundle_free: (a: number, b: number) => void;
|
|
257
257
|
export const __wbg_welcome_free: (a: number, b: number) => void;
|
|
258
258
|
export const __wbg_mlstransportdata_free: (a: number, b: number) => void;
|
|
@@ -271,8 +271,8 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
271
271
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
272
272
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
273
273
|
export const __externref_table_dealloc: (a: number) => void;
|
|
274
|
+
export const closure1026_externref_shim: (a: number, b: number, c: any) => void;
|
|
274
275
|
export const closure2600_externref_shim: (a: number, b: number, c: any) => void;
|
|
275
276
|
export const closure2909_externref_shim: (a: number, b: number, c: any) => void;
|
|
276
|
-
export const closure1026_externref_shim: (a: number, b: number, c: any) => void;
|
|
277
277
|
export const closure3010_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
278
278
|
export const __wbindgen_start: () => void;
|
package/src/corecrypto.js
CHANGED
|
@@ -422,15 +422,15 @@ function build_metadata() {
|
|
|
422
422
|
const ret = wasm.build_metadata();
|
|
423
423
|
return BuildMetadata.__wrap(ret);
|
|
424
424
|
}
|
|
425
|
-
function
|
|
425
|
+
function __wbg_adapter_12(arg0, arg1, arg2) {
|
|
426
|
+
wasm.closure1026_externref_shim(arg0, arg1, arg2);
|
|
427
|
+
}
|
|
428
|
+
function __wbg_adapter_17(arg0, arg1, arg2) {
|
|
426
429
|
wasm.closure2600_externref_shim(arg0, arg1, arg2);
|
|
427
430
|
}
|
|
428
|
-
function
|
|
431
|
+
function __wbg_adapter_26(arg0, arg1, arg2) {
|
|
429
432
|
wasm.closure2909_externref_shim(arg0, arg1, arg2);
|
|
430
433
|
}
|
|
431
|
-
function __wbg_adapter_18(arg0, arg1, arg2) {
|
|
432
|
-
wasm.closure1026_externref_shim(arg0, arg1, arg2);
|
|
433
|
-
}
|
|
434
434
|
function __wbg_adapter_511(arg0, arg1, arg2, arg3) {
|
|
435
435
|
wasm.closure3010_externref_shim(arg0, arg1, arg2, arg3);
|
|
436
436
|
}
|
|
@@ -2898,7 +2898,7 @@ function __wbg_get_imports() {
|
|
|
2898
2898
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2899
2899
|
}
|
|
2900
2900
|
};
|
|
2901
|
-
imports.wbg.
|
|
2901
|
+
imports.wbg.__wbg_execute_eabfe0ec8df264e4 = function() {
|
|
2902
2902
|
return handleError(function(arg0, arg1) {
|
|
2903
2903
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
|
2904
2904
|
return ret;
|
|
@@ -3541,7 +3541,7 @@ function __wbg_get_imports() {
|
|
|
3541
3541
|
return ret;
|
|
3542
3542
|
};
|
|
3543
3543
|
imports.wbg.__wbindgen_cast_2baa7f4ea256cb04 = function(arg0, arg1) {
|
|
3544
|
-
const ret = makeMutClosure(arg0, arg1, 2908,
|
|
3544
|
+
const ret = makeMutClosure(arg0, arg1, 2908, __wbg_adapter_26);
|
|
3545
3545
|
return ret;
|
|
3546
3546
|
};
|
|
3547
3547
|
imports.wbg.__wbindgen_cast_2e1c22bbccdbf7b5 = function(arg0, arg1) {
|
|
@@ -3561,7 +3561,7 @@ function __wbg_get_imports() {
|
|
|
3561
3561
|
return ret;
|
|
3562
3562
|
};
|
|
3563
3563
|
imports.wbg.__wbindgen_cast_77ac86d8075f2f98 = function(arg0, arg1) {
|
|
3564
|
-
const ret = makeMutClosure(arg0, arg1, 1025,
|
|
3564
|
+
const ret = makeMutClosure(arg0, arg1, 1025, __wbg_adapter_12);
|
|
3565
3565
|
return ret;
|
|
3566
3566
|
};
|
|
3567
3567
|
imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|
|
@@ -3581,7 +3581,7 @@ function __wbg_get_imports() {
|
|
|
3581
3581
|
return ret;
|
|
3582
3582
|
};
|
|
3583
3583
|
imports.wbg.__wbindgen_cast_cbc163adba6f840a = function(arg0, arg1) {
|
|
3584
|
-
const ret = makeMutClosure(arg0, arg1, 2599,
|
|
3584
|
+
const ret = makeMutClosure(arg0, arg1, 2599, __wbg_adapter_17);
|
|
3585
3585
|
return ret;
|
|
3586
3586
|
};
|
|
3587
3587
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|