@wireapp/core-crypto 5.0.0 → 5.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
CHANGED
Binary file
|
@@ -234,7 +234,7 @@ export const __wbindgen_export_6: WebAssembly.Table;
|
|
234
234
|
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
|
-
export const
|
238
|
-
export const
|
239
|
-
export const
|
237
|
+
export const closure2579_externref_shim: (a: number, b: number, c: any) => void;
|
238
|
+
export const closure2776_externref_shim: (a: number, b: number, c: any) => void;
|
239
|
+
export const closure2864_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
240
240
|
export const __wbindgen_start: () => void;
|
package/src/corecrypto.js
CHANGED
@@ -299,13 +299,13 @@ function __wbg_adapter_60(arg0, arg1, arg2) {
|
|
299
299
|
wasm.closure896_externref_shim(arg0, arg1, arg2);
|
300
300
|
}
|
301
301
|
function __wbg_adapter_63(arg0, arg1, arg2) {
|
302
|
-
wasm.
|
302
|
+
wasm.closure2579_externref_shim(arg0, arg1, arg2);
|
303
303
|
}
|
304
304
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
305
|
-
wasm.
|
305
|
+
wasm.closure2776_externref_shim(arg0, arg1, arg2);
|
306
306
|
}
|
307
307
|
function __wbg_adapter_506(arg0, arg1, arg2, arg3) {
|
308
|
-
wasm.
|
308
|
+
wasm.closure2864_externref_shim(arg0, arg1, arg2, arg3);
|
309
309
|
}
|
310
310
|
var Ciphersuite = Object.freeze({
|
311
311
|
MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519: 1,
|
@@ -2094,7 +2094,7 @@ function __wbg_get_imports() {
|
|
2094
2094
|
const ret = Object.entries(arg0);
|
2095
2095
|
return ret;
|
2096
2096
|
};
|
2097
|
-
imports.wbg.
|
2097
|
+
imports.wbg.__wbg_epochchanged_cf82ed11c0e568ee = function() {
|
2098
2098
|
return handleError(function(arg0, arg1, arg2, arg3) {
|
2099
2099
|
var v0 = getArrayU8FromWasm0(arg1, arg2).slice();
|
2100
2100
|
wasm.__wbindgen_free(arg1, arg2 * 1, 1);
|
@@ -2126,7 +2126,7 @@ function __wbg_get_imports() {
|
|
2126
2126
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
2127
2127
|
}, arguments);
|
2128
2128
|
};
|
2129
|
-
imports.wbg.
|
2129
|
+
imports.wbg.__wbg_execute_578ccdf29438e757 = function() {
|
2130
2130
|
return handleError(function(arg0, arg1) {
|
2131
2131
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2132
2132
|
return ret;
|
@@ -2709,12 +2709,12 @@ function __wbg_get_imports() {
|
|
2709
2709
|
const ret = false;
|
2710
2710
|
return ret;
|
2711
2711
|
};
|
2712
|
-
imports.wbg.
|
2713
|
-
const ret = makeMutClosure(arg0, arg1,
|
2712
|
+
imports.wbg.__wbindgen_closure_wrapper13830 = function(arg0, arg1, arg2) {
|
2713
|
+
const ret = makeMutClosure(arg0, arg1, 2580, __wbg_adapter_63);
|
2714
2714
|
return ret;
|
2715
2715
|
};
|
2716
|
-
imports.wbg.
|
2717
|
-
const ret = makeMutClosure(arg0, arg1,
|
2716
|
+
imports.wbg.__wbindgen_closure_wrapper14866 = function(arg0, arg1, arg2) {
|
2717
|
+
const ret = makeMutClosure(arg0, arg1, 2777, __wbg_adapter_66);
|
2718
2718
|
return ret;
|
2719
2719
|
};
|
2720
2720
|
imports.wbg.__wbindgen_closure_wrapper3692 = function(arg0, arg1, arg2) {
|