@wireapp/core-crypto 9.3.2 → 9.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
|
Binary file
|
|
@@ -247,11 +247,11 @@ export const __wbg_get_decryptedmessage_senderClientId: (a: number) => number;
|
|
|
247
247
|
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
|
-
export const welcome_new: (a: number, b: number) => number;
|
|
251
|
-
export const keypackage_new: (a: number, b: number) => number;
|
|
252
|
-
export const secretkey_new: (a: number, b: number) => number;
|
|
253
|
-
export const conversationid_new: (a: number, b: number) => number;
|
|
254
250
|
export const groupinfo_new: (a: number, b: number) => number;
|
|
251
|
+
export const conversationid_new: (a: number, b: number) => number;
|
|
252
|
+
export const secretkey_new: (a: number, b: number) => number;
|
|
253
|
+
export const keypackage_new: (a: number, b: number) => number;
|
|
254
|
+
export const welcome_new: (a: number, b: number) => number;
|
|
255
255
|
export const externalsenderkey_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;
|
|
@@ -272,7 +272,7 @@ 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
274
|
export const closure2906_externref_shim: (a: number, b: number, c: any) => void;
|
|
275
|
-
export const closure2597_externref_shim: (a: number, b: number, c: any) => void;
|
|
276
275
|
export const closure1026_externref_shim: (a: number, b: number, c: any) => void;
|
|
276
|
+
export const closure2597_externref_shim: (a: number, b: number, c: any) => void;
|
|
277
277
|
export const closure3008_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_24(arg0, arg1, arg2) {
|
|
426
426
|
wasm.closure2906_externref_shim(arg0, arg1, arg2);
|
|
427
427
|
}
|
|
428
|
-
function
|
|
429
|
-
wasm.closure2597_externref_shim(arg0, arg1, arg2);
|
|
430
|
-
}
|
|
431
|
-
function __wbg_adapter_26(arg0, arg1, arg2) {
|
|
428
|
+
function __wbg_adapter_27(arg0, arg1, arg2) {
|
|
432
429
|
wasm.closure1026_externref_shim(arg0, arg1, arg2);
|
|
433
430
|
}
|
|
431
|
+
function __wbg_adapter_30(arg0, arg1, arg2) {
|
|
432
|
+
wasm.closure2597_externref_shim(arg0, arg1, arg2);
|
|
433
|
+
}
|
|
434
434
|
function __wbg_adapter_511(arg0, arg1, arg2, arg3) {
|
|
435
435
|
wasm.closure3008_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_df0397759f250cb7 = function() {
|
|
2902
2902
|
return handleError(function(arg0, arg1) {
|
|
2903
2903
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
|
2904
2904
|
return ret;
|
|
@@ -3557,7 +3557,7 @@ function __wbg_get_imports() {
|
|
|
3557
3557
|
return ret;
|
|
3558
3558
|
};
|
|
3559
3559
|
imports.wbg.__wbindgen_cast_77ac86d8075f2f98 = function(arg0, arg1) {
|
|
3560
|
-
const ret = makeMutClosure(arg0, arg1, 1025,
|
|
3560
|
+
const ret = makeMutClosure(arg0, arg1, 1025, __wbg_adapter_27);
|
|
3561
3561
|
return ret;
|
|
3562
3562
|
};
|
|
3563
3563
|
imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|
|
@@ -3567,11 +3567,11 @@ function __wbg_get_imports() {
|
|
|
3567
3567
|
return ret;
|
|
3568
3568
|
};
|
|
3569
3569
|
imports.wbg.__wbindgen_cast_9366269b35ccbb69 = function(arg0, arg1) {
|
|
3570
|
-
const ret = makeMutClosure(arg0, arg1, 2905,
|
|
3570
|
+
const ret = makeMutClosure(arg0, arg1, 2905, __wbg_adapter_24);
|
|
3571
3571
|
return ret;
|
|
3572
3572
|
};
|
|
3573
3573
|
imports.wbg.__wbindgen_cast_a834b411bd2663eb = function(arg0, arg1) {
|
|
3574
|
-
const ret = makeMutClosure(arg0, arg1, 2596,
|
|
3574
|
+
const ret = makeMutClosure(arg0, arg1, 2596, __wbg_adapter_30);
|
|
3575
3575
|
return ret;
|
|
3576
3576
|
};
|
|
3577
3577
|
imports.wbg.__wbindgen_cast_b77aa29fa8fe8560 = function(arg0, arg1) {
|