@turnkey/crypto
Advanced tools
+9
-0
| # @turnkey/crypto | ||
| ## 2.8.9 | ||
| ### Patch Changes | ||
| - [#1165](https://github.com/tkhq/sdk/pull/1165) [`d0dba04`](https://github.com/tkhq/sdk/commit/d0dba0412fa7b0c7c9b135e73cc0ef6f55187314) Author [@moeodeh3](https://github.com/moeodeh3) - Remove `@turnkey/http` and `@turnkey/api-key-stamper` from devDependencies | ||
| - Updated dependencies [[`91d6a9e`](https://github.com/tkhq/sdk/commit/91d6a9eb1b9ac9e21745749615ac7a7be66f5cf6)]: | ||
| - @turnkey/sdk-types@0.11.1 | ||
| ## 2.8.8 | ||
@@ -4,0 +13,0 @@ |
@@ -28,3 +28,6 @@ 'use strict'; | ||
| const UNCOMPRESSED_PUB_KEY_LENGTH_BYTES = 65; | ||
| const QOS_ENCRYPTION_HMAC_MESSAGE = new TextEncoder().encode("qos_encryption_hmac_message"); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22 | ||
| const QOS_ENCRYPTION_HMAC_MESSAGE = new Uint8Array([ | ||
| 113, 111, 115, 95, 101, 110, 99, 114, 121, 112, 116, 105, 111, 110, 95, 104, | ||
| 109, 97, 99, 95, 109, 101, 115, 115, 97, 103, 101, | ||
| ]); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22 | ||
| const PRODUCTION_SIGNER_SIGN_PUBLIC_KEY = "04cf288fe433cc4e1aa0ce1632feac4ea26bf2f5a09dcfe5a42c398e06898710330f0572882f4dbdf0f5304b8fc8703acd69adca9a4bbf7f5d00d20a5e364b2569"; | ||
@@ -31,0 +34,0 @@ const PRODUCTION_NOTARIZER_SIGN_PUBLIC_KEY = "04d498aa87ac3bf982ac2b5dd9604d0074905cfbda5d62727c5a237b895e6749205e9f7cd566909c4387f6ca25c308445c60884b788560b785f4a96ac33702a469"; |
@@ -26,3 +26,6 @@ const SUITE_ID_1 = new Uint8Array([75, 69, 77, 0, 16]); //KEM suite ID | ||
| const UNCOMPRESSED_PUB_KEY_LENGTH_BYTES = 65; | ||
| const QOS_ENCRYPTION_HMAC_MESSAGE = new TextEncoder().encode("qos_encryption_hmac_message"); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22 | ||
| const QOS_ENCRYPTION_HMAC_MESSAGE = new Uint8Array([ | ||
| 113, 111, 115, 95, 101, 110, 99, 114, 121, 112, 116, 105, 111, 110, 95, 104, | ||
| 109, 97, 99, 95, 109, 101, 115, 115, 97, 103, 101, | ||
| ]); // used for encrypting messages to quorum keys matched whats found here: https://github.com/tkhq/qos/blob/ae01904c756107f850aea42000137ef124df3fe4/src/qos_p256/src/encrypt.rs#L22 | ||
| const PRODUCTION_SIGNER_SIGN_PUBLIC_KEY = "04cf288fe433cc4e1aa0ce1632feac4ea26bf2f5a09dcfe5a42c398e06898710330f0572882f4dbdf0f5304b8fc8703acd69adca9a4bbf7f5d00d20a5e364b2569"; | ||
@@ -29,0 +32,0 @@ const PRODUCTION_NOTARIZER_SIGN_PUBLIC_KEY = "04d498aa87ac3bf982ac2b5dd9604d0074905cfbda5d62727c5a237b895e6749205e9f7cd566909c4387f6ca25c308445c60884b788560b785f4a96ac33702a469"; |
+3
-5
| { | ||
| "name": "@turnkey/crypto", | ||
| "version": "2.8.8", | ||
| "version": "2.8.9", | ||
| "main": "./dist/index.js", | ||
@@ -49,3 +49,3 @@ "module": "./dist/index.mjs", | ||
| "@turnkey/encoding": "0.6.0", | ||
| "@turnkey/sdk-types": "0.11.0" | ||
| "@turnkey/sdk-types": "0.11.1" | ||
| }, | ||
@@ -55,5 +55,3 @@ "devDependencies": { | ||
| "@types/jest": "^29.5.3", | ||
| "jest": "29.7.0", | ||
| "@turnkey/api-key-stamper": "0.5.0", | ||
| "@turnkey/http": "3.16.0" | ||
| "jest": "29.7.0" | ||
| }, | ||
@@ -60,0 +58,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
254427
0.43%3
-40%2977
0.2%+ Added
- Removed
Updated