@wireapp/core-crypto 5.2.0 → 5.4.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
CHANGED
Binary file
|
@@ -235,6 +235,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
235
235
|
export const __externref_table_dealloc: (a: number) => void;
|
236
236
|
export const closure896_externref_shim: (a: number, b: number, c: any) => void;
|
237
237
|
export const closure2581_externref_shim: (a: number, b: number, c: any) => void;
|
238
|
-
export const
|
239
|
-
export const
|
238
|
+
export const closure2777_externref_shim: (a: number, b: number, c: any) => void;
|
239
|
+
export const closure2866_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
240
240
|
export const __wbindgen_start: () => void;
|
package/src/corecrypto.js
CHANGED
@@ -313,10 +313,10 @@ function __wbg_adapter_63(arg0, arg1, arg2) {
|
|
313
313
|
wasm.closure2581_externref_shim(arg0, arg1, arg2);
|
314
314
|
}
|
315
315
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
316
|
-
wasm.
|
316
|
+
wasm.closure2777_externref_shim(arg0, arg1, arg2);
|
317
317
|
}
|
318
318
|
function __wbg_adapter_506(arg0, arg1, arg2, arg3) {
|
319
|
-
wasm.
|
319
|
+
wasm.closure2866_externref_shim(arg0, arg1, arg2, arg3);
|
320
320
|
}
|
321
321
|
var Ciphersuite2 = Object.freeze({
|
322
322
|
MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519: 1,
|
@@ -2105,7 +2105,7 @@ function __wbg_get_imports() {
|
|
2105
2105
|
const ret = Object.entries(arg0);
|
2106
2106
|
return ret;
|
2107
2107
|
};
|
2108
|
-
imports.wbg.
|
2108
|
+
imports.wbg.__wbg_epochchanged_61a04cf80bae4f84 = function() {
|
2109
2109
|
return handleError(function(arg0, arg1, arg2, arg3) {
|
2110
2110
|
var v0 = getArrayU8FromWasm0(arg1, arg2).slice();
|
2111
2111
|
wasm.__wbindgen_free(arg1, arg2 * 1, 1);
|
@@ -2137,7 +2137,7 @@ function __wbg_get_imports() {
|
|
2137
2137
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
2138
2138
|
}, arguments);
|
2139
2139
|
};
|
2140
|
-
imports.wbg.
|
2140
|
+
imports.wbg.__wbg_execute_8fb28ebc9bed0c05 = function() {
|
2141
2141
|
return handleError(function(arg0, arg1) {
|
2142
2142
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2143
2143
|
return ret;
|
@@ -2720,12 +2720,12 @@ function __wbg_get_imports() {
|
|
2720
2720
|
const ret = false;
|
2721
2721
|
return ret;
|
2722
2722
|
};
|
2723
|
-
imports.wbg.
|
2723
|
+
imports.wbg.__wbindgen_closure_wrapper13828 = function(arg0, arg1, arg2) {
|
2724
2724
|
const ret = makeMutClosure(arg0, arg1, 2582, __wbg_adapter_63);
|
2725
2725
|
return ret;
|
2726
2726
|
};
|
2727
|
-
imports.wbg.
|
2728
|
-
const ret = makeMutClosure(arg0, arg1,
|
2727
|
+
imports.wbg.__wbindgen_closure_wrapper14858 = function(arg0, arg1, arg2) {
|
2728
|
+
const ret = makeMutClosure(arg0, arg1, 2778, __wbg_adapter_66);
|
2729
2729
|
return ret;
|
2730
2730
|
};
|
2731
2731
|
imports.wbg.__wbindgen_closure_wrapper3692 = function(arg0, arg1, arg2) {
|