@wireapp/core-crypto 5.2.0 → 5.3.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/src/core-crypto-ffi_bg.wasm +0 -0
- package/src/corecrypto.js +4 -4
package/package.json
CHANGED
Binary file
|
package/src/corecrypto.js
CHANGED
@@ -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_82b9fa9a74fe9c07 = 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_fe49674637c78a64 = function() {
|
2141
2141
|
return handleError(function(arg0, arg1) {
|
2142
2142
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2143
2143
|
return ret;
|
@@ -2720,11 +2720,11 @@ function __wbg_get_imports() {
|
|
2720
2720
|
const ret = false;
|
2721
2721
|
return ret;
|
2722
2722
|
};
|
2723
|
-
imports.wbg.
|
2723
|
+
imports.wbg.__wbindgen_closure_wrapper13826 = function(arg0, arg1, arg2) {
|
2724
2724
|
const ret = makeMutClosure(arg0, arg1, 2582, __wbg_adapter_63);
|
2725
2725
|
return ret;
|
2726
2726
|
};
|
2727
|
-
imports.wbg.
|
2727
|
+
imports.wbg.__wbindgen_closure_wrapper14858 = function(arg0, arg1, arg2) {
|
2728
2728
|
const ret = makeMutClosure(arg0, arg1, 2777, __wbg_adapter_66);
|
2729
2729
|
return ret;
|
2730
2730
|
};
|