@wireapp/core-crypto 1.0.0-rc.10 → 1.0.0-rc.12

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.12",
4
4
  "description": "CoreCrypto bindings for the Web",
5
5
  "type": "module",
6
6
  "module": "platforms/web/corecrypto.js",
@@ -3015,20 +3015,28 @@ function __wbg_get_imports() {
3015
3015
  const ret = getObject(arg0).length;
3016
3016
  return ret;
3017
3017
  };
3018
+ imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3019
+ const ret = FfiWireE2EIdentity.__wrap(arg0);
3020
+ return addHeapObject(ret);
3021
+ };
3018
3022
  imports.wbg.__wbg_call_01734de55d61e11d = function () {
3019
3023
  return handleError(function (arg0, arg1, arg2) {
3020
3024
  const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
3021
3025
  return addHeapObject(ret);
3022
3026
  }, arguments);
3023
3027
  };
3024
- imports.wbg.__wbg_proteusautoprekeybundle_new = function (arg0) {
3025
- const ret = ProteusAutoPrekeyBundle.__wrap(arg0);
3026
- return addHeapObject(ret);
3027
- };
3028
3028
  imports.wbg.__wbg_new_8125e318e6245eed = function (arg0) {
3029
3029
  const ret = new Uint8Array(getObject(arg0));
3030
3030
  return addHeapObject(ret);
3031
3031
  };
3032
+ imports.wbg.__wbindgen_number_new = function (arg0) {
3033
+ const ret = arg0;
3034
+ return addHeapObject(ret);
3035
+ };
3036
+ imports.wbg.__wbg_proteusautoprekeybundle_new = function (arg0) {
3037
+ const ret = ProteusAutoPrekeyBundle.__wrap(arg0);
3038
+ return addHeapObject(ret);
3039
+ };
3032
3040
  imports.wbg.__wbg_new_898a68150f225f2e = function () {
3033
3041
  const ret = new Array();
3034
3042
  return addHeapObject(ret);
@@ -3037,8 +3045,12 @@ function __wbg_get_imports() {
3037
3045
  const ret = getObject(arg0).push(getObject(arg1));
3038
3046
  return ret;
3039
3047
  };
3040
- imports.wbg.__wbg_set_502d29070ea18557 = function (arg0, arg1, arg2) {
3041
- getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
3048
+ imports.wbg.__wbg_new_b51585de1b234aff = function () {
3049
+ const ret = new Object();
3050
+ return addHeapObject(ret);
3051
+ };
3052
+ imports.wbg.__wbg_set_841ac57cff3d672b = function (arg0, arg1, arg2) {
3053
+ getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
3042
3054
  };
3043
3055
  imports.wbg.__wbg_new_56693dbed0c32988 = function () {
3044
3056
  const ret = new Map();
@@ -3048,25 +3060,13 @@ function __wbg_get_imports() {
3048
3060
  const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
3049
3061
  return addHeapObject(ret);
3050
3062
  };
3051
- imports.wbg.__wbindgen_number_new = function (arg0) {
3052
- const ret = arg0;
3053
- return addHeapObject(ret);
3063
+ imports.wbg.__wbg_set_502d29070ea18557 = function (arg0, arg1, arg2) {
3064
+ getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
3054
3065
  };
3055
3066
  imports.wbg.__wbindgen_bigint_from_u64 = function (arg0) {
3056
3067
  const ret = BigInt.asUintN(64, arg0);
3057
3068
  return addHeapObject(ret);
3058
3069
  };
3059
- imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3060
- const ret = FfiWireE2EIdentity.__wrap(arg0);
3061
- return addHeapObject(ret);
3062
- };
3063
- imports.wbg.__wbg_new_b51585de1b234aff = function () {
3064
- const ret = new Object();
3065
- return addHeapObject(ret);
3066
- };
3067
- imports.wbg.__wbg_set_841ac57cff3d672b = function (arg0, arg1, arg2) {
3068
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
3069
- };
3070
3070
  imports.wbg.__wbg_new_d258248ed531ff54 = function (arg0, arg1) {
3071
3071
  const ret = new Error(getStringFromWasm0(arg0, arg1));
3072
3072
  return addHeapObject(ret);
@@ -3643,7 +3643,7 @@ function __wbg_get_imports() {
3643
3643
  return addHeapObject(ret);
3644
3644
  }, arguments);
3645
3645
  };
3646
- imports.wbg.__wbindgen_closure_wrapper1718 = function (arg0, arg1, arg2) {
3646
+ imports.wbg.__wbindgen_closure_wrapper1725 = function (arg0, arg1, arg2) {
3647
3647
  const ret = makeMutClosure(arg0, arg1, 149, __wbg_adapter_52);
3648
3648
  return addHeapObject(ret);
3649
3649
  };
@@ -3715,7 +3715,7 @@ var exports = /*#__PURE__*/Object.freeze({
3715
3715
  initSync: initSync
3716
3716
  });
3717
3717
 
3718
- const wasm_path = "assets/core_crypto_ffi-0cc267da.wasm";
3718
+ const wasm_path = "assets/core_crypto_ffi-d9ea5643.wasm";
3719
3719
 
3720
3720
 
3721
3721
  var wasm = async (opt = {}) => {