@wireapp/core-crypto 9.1.0 → 9.1.1
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 
     | 
| 
         @@ -246,12 +246,12 @@ export const __wbg_get_decryptedmessage_senderClientId: (a: number) => number; 
     | 
|
| 
       246 
246 
     | 
    
         
             
            export const __wbg_get_decryptedmessage_identity: (a: number) => number;
         
     | 
| 
       247 
247 
     | 
    
         
             
            export const __wbg_get_decryptedmessage_commitDelay: (a: number) => [number, bigint];
         
     | 
| 
       248 
248 
     | 
    
         
             
            export const __wbg_get_decryptedmessage_message: (a: number) => [number, number];
         
     | 
| 
      
 249 
     | 
    
         
            +
            export const externalsenderkey_new: (a: number, b: number) => number;
         
     | 
| 
       249 
250 
     | 
    
         
             
            export const secretkey_new: (a: number, b: number) => number;
         
     | 
| 
      
 251 
     | 
    
         
            +
            export const groupinfo_new: (a: number, b: number) => number;
         
     | 
| 
       250 
252 
     | 
    
         
             
            export const keypackage_new: (a: number, b: number) => number;
         
     | 
| 
       251 
253 
     | 
    
         
             
            export const welcome_new: (a: number, b: number) => number;
         
     | 
| 
       252 
254 
     | 
    
         
             
            export const conversationid_new: (a: number, b: number) => number;
         
     | 
| 
       253 
     | 
    
         
            -
            export const groupinfo_new: (a: number, b: number) => number;
         
     | 
| 
       254 
     | 
    
         
            -
            export const externalsenderkey_new: (a: number, b: number) => number;
         
     | 
| 
       255 
255 
     | 
    
         
             
            export const __wbg_proteusautoprekeybundle_free: (a: number, b: number) => void;
         
     | 
| 
       256 
256 
     | 
    
         
             
            export const __wbg_welcome_free: (a: number, b: number) => void;
         
     | 
| 
       257 
257 
     | 
    
         
             
            export const __wbg_mlstransportdata_free: (a: number, b: number) => void;
         
     | 
| 
         @@ -271,7 +271,7 @@ export const __wbindgen_export_6: WebAssembly.Table; 
     | 
|
| 
       271 
271 
     | 
    
         
             
            export const __externref_drop_slice: (a: number, b: number) => void;
         
     | 
| 
       272 
272 
     | 
    
         
             
            export const __externref_table_dealloc: (a: number) => void;
         
     | 
| 
       273 
273 
     | 
    
         
             
            export const closure2587_externref_shim: (a: number, b: number, c: any) => void;
         
     | 
| 
       274 
     | 
    
         
            -
            export const closure2899_externref_shim: (a: number, b: number, c: any) => void;
         
     | 
| 
       275 
274 
     | 
    
         
             
            export const closure1021_externref_shim: (a: number, b: number, c: any) => void;
         
     | 
| 
      
 275 
     | 
    
         
            +
            export const closure2899_externref_shim: (a: number, b: number, c: any) => void;
         
     | 
| 
       276 
276 
     | 
    
         
             
            export const closure3000_externref_shim: (a: number, b: number, c: any, d: any) => void;
         
     | 
| 
       277 
277 
     | 
    
         
             
            export const __wbindgen_start: () => void;
         
     | 
    
        package/src/corecrypto.js
    CHANGED
    
    | 
         @@ -438,15 +438,15 @@ function build_metadata() { 
     | 
|
| 
       438 
438 
     | 
    
         
             
              const ret = wasm.build_metadata();
         
     | 
| 
       439 
439 
     | 
    
         
             
              return BuildMetadata.__wrap(ret);
         
     | 
| 
       440 
440 
     | 
    
         
             
            }
         
     | 
| 
       441 
     | 
    
         
            -
            function  
     | 
| 
      
 441 
     | 
    
         
            +
            function __wbg_adapter_12(arg0, arg1, arg2) {
         
     | 
| 
       442 
442 
     | 
    
         
             
              wasm.closure2587_externref_shim(arg0, arg1, arg2);
         
     | 
| 
       443 
443 
     | 
    
         
             
            }
         
     | 
| 
       444 
     | 
    
         
            -
            function  
     | 
| 
       445 
     | 
    
         
            -
              wasm.closure2899_externref_shim(arg0, arg1, arg2);
         
     | 
| 
       446 
     | 
    
         
            -
            }
         
     | 
| 
       447 
     | 
    
         
            -
            function __wbg_adapter_18(arg0, arg1, arg2) {
         
     | 
| 
      
 444 
     | 
    
         
            +
            function __wbg_adapter_27(arg0, arg1, arg2) {
         
     | 
| 
       448 
445 
     | 
    
         
             
              wasm.closure1021_externref_shim(arg0, arg1, arg2);
         
     | 
| 
       449 
446 
     | 
    
         
             
            }
         
     | 
| 
      
 447 
     | 
    
         
            +
            function __wbg_adapter_30(arg0, arg1, arg2) {
         
     | 
| 
      
 448 
     | 
    
         
            +
              wasm.closure2899_externref_shim(arg0, arg1, arg2);
         
     | 
| 
      
 449 
     | 
    
         
            +
            }
         
     | 
| 
       450 
450 
     | 
    
         
             
            function __wbg_adapter_510(arg0, arg1, arg2, arg3) {
         
     | 
| 
       451 
451 
     | 
    
         
             
              wasm.closure3000_externref_shim(arg0, arg1, arg2, arg3);
         
     | 
| 
       452 
452 
     | 
    
         
             
            }
         
     | 
| 
         @@ -2909,7 +2909,7 @@ function __wbg_get_imports() { 
     | 
|
| 
       2909 
2909 
     | 
    
         
             
                  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
         
     | 
| 
       2910 
2910 
     | 
    
         
             
                }
         
     | 
| 
       2911 
2911 
     | 
    
         
             
              };
         
     | 
| 
       2912 
     | 
    
         
            -
              imports.wbg. 
     | 
| 
      
 2912 
     | 
    
         
            +
              imports.wbg.__wbg_execute_e16031c0218b029a = function() {
         
     | 
| 
       2913 
2913 
     | 
    
         
             
                return handleError(function(arg0, arg1) {
         
     | 
| 
       2914 
2914 
     | 
    
         
             
                  const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
         
     | 
| 
       2915 
2915 
     | 
    
         
             
                  return ret;
         
     | 
| 
         @@ -3542,7 +3542,7 @@ function __wbg_get_imports() { 
     | 
|
| 
       3542 
3542 
     | 
    
         
             
                return ret;
         
     | 
| 
       3543 
3543 
     | 
    
         
             
              };
         
     | 
| 
       3544 
3544 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_1ead7d7e37c24a99 = function(arg0, arg1) {
         
     | 
| 
       3545 
     | 
    
         
            -
                const ret = makeMutClosure(arg0, arg1, 2898,  
     | 
| 
      
 3545 
     | 
    
         
            +
                const ret = makeMutClosure(arg0, arg1, 2898, __wbg_adapter_30);
         
     | 
| 
       3546 
3546 
     | 
    
         
             
                return ret;
         
     | 
| 
       3547 
3547 
     | 
    
         
             
              };
         
     | 
| 
       3548 
3548 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
         
     | 
| 
         @@ -3572,7 +3572,7 @@ function __wbg_get_imports() { 
     | 
|
| 
       3572 
3572 
     | 
    
         
             
                return ret;
         
     | 
| 
       3573 
3573 
     | 
    
         
             
              };
         
     | 
| 
       3574 
3574 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_63e1f1d269ff3fa8 = function(arg0, arg1) {
         
     | 
| 
       3575 
     | 
    
         
            -
                const ret = makeMutClosure(arg0, arg1, 2586,  
     | 
| 
      
 3575 
     | 
    
         
            +
                const ret = makeMutClosure(arg0, arg1, 2586, __wbg_adapter_12);
         
     | 
| 
       3576 
3576 
     | 
    
         
             
                return ret;
         
     | 
| 
       3577 
3577 
     | 
    
         
             
              };
         
     | 
| 
       3578 
3578 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
         
     | 
| 
         @@ -3582,7 +3582,7 @@ function __wbg_get_imports() { 
     | 
|
| 
       3582 
3582 
     | 
    
         
             
                return ret;
         
     | 
| 
       3583 
3583 
     | 
    
         
             
              };
         
     | 
| 
       3584 
3584 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_9b175b9f4d06c9c3 = function(arg0, arg1) {
         
     | 
| 
       3585 
     | 
    
         
            -
                const ret = makeMutClosure(arg0, arg1, 1020,  
     | 
| 
      
 3585 
     | 
    
         
            +
                const ret = makeMutClosure(arg0, arg1, 1020, __wbg_adapter_27);
         
     | 
| 
       3586 
3586 
     | 
    
         
             
                return ret;
         
     | 
| 
       3587 
3587 
     | 
    
         
             
              };
         
     | 
| 
       3588 
3588 
     | 
    
         
             
              imports.wbg.__wbindgen_cast_b77aa29fa8fe8560 = function(arg0, arg1) {
         
     |