@dynamic-labs-wallet/browser 0.0.160 → 0.0.161

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/index.cjs.js CHANGED
@@ -65,7 +65,7 @@ const AES_GCM_LENGTH = 256;
65
65
  * taking into account that this runs in the client, possibly in smartphones with limited resources
66
66
  */ const ARGON2_MEMORY_SIZE = 65536; // 64 MB in KiB
67
67
  const ARGON2_ITERATIONS = 3;
68
- const ARGON2_PARALLELISM = 1;
68
+ const ARGON2_PARALLELISM = 2;
69
69
  const ARGON2_HASH_LENGTH = 32;
70
70
  /**
71
71
  * PBKDF2 configuration constants
package/index.esm.js CHANGED
@@ -66,7 +66,7 @@ const AES_GCM_LENGTH = 256;
66
66
  * taking into account that this runs in the client, possibly in smartphones with limited resources
67
67
  */ const ARGON2_MEMORY_SIZE = 65536; // 64 MB in KiB
68
68
  const ARGON2_ITERATIONS = 3;
69
- const ARGON2_PARALLELISM = 1;
69
+ const ARGON2_PARALLELISM = 2;
70
70
  const ARGON2_HASH_LENGTH = 32;
71
71
  /**
72
72
  * PBKDF2 configuration constants
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/browser",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "license": "Licensed under the Dynamic Labs, Inc. Terms Of Service (https://www.dynamic.xyz/terms-conditions)",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/core": "0.0.160",
7
+ "@dynamic-labs-wallet/core": "0.0.161",
8
8
  "@dynamic-labs/logger": "^4.25.3",
9
9
  "@dynamic-labs/sdk-api-core": "^0.0.764",
10
10
  "argon2id": "1.0.1",
@@ -25,7 +25,7 @@ export declare const AES_GCM_LENGTH = 256;
25
25
  */
26
26
  export declare const ARGON2_MEMORY_SIZE = 65536;
27
27
  export declare const ARGON2_ITERATIONS = 3;
28
- export declare const ARGON2_PARALLELISM = 1;
28
+ export declare const ARGON2_PARALLELISM = 2;
29
29
  export declare const ARGON2_HASH_LENGTH = 32;
30
30
  /**
31
31
  * PBKDF2 configuration constants